ViewEventArgs.EventType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le type d'action qui a déclenché l'événement.
public:
property System::Web::UI::Design::ViewEvent ^ EventType { System::Web::UI::Design::ViewEvent ^ get(); };
public System.Web.UI.Design.ViewEvent EventType { get; }
member this.EventType : System.Web.UI.Design.ViewEvent
Public ReadOnly Property EventType As ViewEvent
Valeur de propriété
ViewEvent qui spécifie le type d'action qui a déclenché l'événement.
Remarques
La EventType propriété de l’objet indique le ViewEventArgs type d’action qui a déclenché l’événement :
Événement Click .
Événement Paint .
Événement TemplateModeChanged .
La EventArgs propriété fournit les arguments d’événement spécifiques au type d’action.
La EventType propriété est initialisée par le ViewEventArgs constructeur.