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
-
System.Object
System.EventArgs
TransferFinishedEventArgs
Properties
Declaration
public string File { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public int Result { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 4
Declaration
public long Size { get; }
Property Value
Type |
Description |
System.Int64 |
|
API Level: 4