DataTransferEventArgs Members

Include Protected Members
Include Inherited Members

The DataTransferEventArgs class represents the arguments used when a data transfer event is raised.

The DataTransferEventArgs type exposes the following members.

Constructors

  Name Description
Public method DataTransferEventArgs(DataTransferEventType, String) Initializes a new instance of the DataTransferEventArgs class for the specified event and with the specified message.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property DataTransferEventType Gets the type of data transfer event associated with the DataTransferEventArgs object.
Public property Message Gets the message text associated with the DataTransferEventType object.

Top