Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 4
An extended EventArgs class which contains the file transfer progress state, file transfer progress by percent.
public class TransferProgressEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
TransferProgressEventArgs
Properties
Declaration
public string File { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public int Percent { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 4
Declaration
public long Size { get; }
Property Value
Type |
Description |
System.Int64 |
|
API Level: 4