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