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#
Copy
public class TransferProgressEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args TransferProgress Event Args
Properties
Declaration
C#
Copy
public string File { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public int Percent { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
public long Size { get; }
Property Value
Type | Description |
---|---|
long |