Udostępnij przez


DataTransferEventArgs Members

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

The following tables list the members exposed by the DataTransferEventArgs type.

Public Constructors

  Name Description
DataTransferEventArgs Initializes a new instance of the DataTransferEventArgs class for the specified event and with the specified message.

Top

Public Properties

  Name Description
ms218512.pubproperty(pl-pl,SQL.100).gif DataTransferEventType Gets the type of data transfer event associated with the DataTransferEventArgs object.
ms218512.pubproperty(pl-pl,SQL.100).gif Message Gets the message text associated with the DataTransferEventType object.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms218512.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms218512.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms218512.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms218512.pubmethod(pl-pl,SQL.100).gifms218512.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms218512.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms218512.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms218512.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top