Compartir a través de


DataTransferEventArgs Miembros

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

El tipo DataTransferEventArgs expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DataTransferEventArgs Initializes a new instance of the DataTransferEventArgs class for the specified event and with the specified message.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública DataTransferEventType Gets the type of data transfer event associated with the DataTransferEventArgs object.
Propiedad pública Message Gets the message text associated with the DataTransferEventType object.

Principio