Class TransferFinishedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll

An extended EventArgs class which contains the file transfer finished state and file state.

C#
Copy
public class TransferFinishedEventArgs : EventArgs
Inheritance
object
System.EventArgs
TransferFinishedEventArgs

Properties

View Source

File

The File name.

Declaration
C#
Copy
public string File { get; }
Property Value
Type Description
string
View Source

Result

The return value.

Declaration
C#
Copy
public int Result { get; }
Property Value
Type Description
int
View Source

Size

The File size.

Declaration
C#
Copy
public long Size { get; }
Property Value
Type Description
long