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 | |
---|---|---|
DataTransferEventArgs(DataTransferEventType, String) | Initializes a new instance of the DataTransferEventArgs class for the specified event and with the specified message. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DataTransferEventType | Gets the type of data transfer event associated with the DataTransferEventArgs object. | |
Message | Gets the message text associated with the DataTransferEventType object. |
Top