Class PushProgressEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class which contains the file push progress state, push progress by percent.
public class PushProgressEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPushProgressEventArgs
Properties
View SourceFile
The File name.
Declaration
public string File { get; }
Property Value
| Type | Description |
|---|---|
| string |
Percent
The File transfer percent.
Declaration
public int Percent { get; }
Property Value
| Type | Description |
|---|---|
| int |
Size
The File size.
Declaration
public long Size { get; }
Property Value
| Type | Description |
|---|---|
| long |