Class TransferProgressEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class which contains the file transfer progress state, file transfer progress by percent.
C#Copypublic class TransferProgressEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsTransferProgressEventArgs
Properties
Declaration
C#Copypublic string File { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic int Percent { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic long Size { get; }
Property Value
| Type | Description |
|---|---|
| long |