Class PushProgressEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class which contains the file push progress state, push progress by percent.
C#Copypublic class PushProgressEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPushProgressEventArgs
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 |