Class TransferFinishedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class which contains the file transfer finished state and file state.
public class TransferFinishedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsTransferFinishedEventArgs
Properties
View SourceFile
The File name.
Declaration
public string File { get; }
Property Value
Type | Description |
---|---|
string |
Result
The return value.
Declaration
public int Result { get; }
Property Value
Type | Description |
---|---|
int |
Size
The File size.
Declaration
public long Size { get; }
Property Value
Type | Description |
---|---|
long |