Class TransferFinishedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class which contains the file transfer finished state and file state.
C#Copypublic class TransferFinishedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsTransferFinishedEventArgs
Properties
Declaration
C#Copypublic string File { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic int Result { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic long Size { get; }
Property Value
| Type | Description |
|---|---|
| long |