TransferEventArgs Class

Definition

Transfer event args.

public sealed class TransferEventArgs : EventArgs
type TransferEventArgs = class
    inherit EventArgs
Public NotInheritable Class TransferEventArgs
Inherits EventArgs
Inheritance
TransferEventArgs

Constructors

TransferEventArgs(Object, Object)

Initializes a new instance of the TransferEventArgs class.

Properties

Destination

Gets the instance representation of transfer destination location.

EndTime

Gets transfer end time.

Exception

Gets the exception if the transfer is failed, or null if the transfer is success.

Source

Gets the instance representation of transfer source location.

StartTime

Gets transfer start time.

Applies to