ViewEventArgs.EventType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of action that raised the event.
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
Property Value
A ViewEvent that specifies the type of action that raised the event.
Remarks
The EventType property of the ViewEventArgs object indicates which type of action raised the event:
A Click event.
A Paint event.
A TemplateModeChanged event.
The EventArgs property supplies the event arguments that are specific to the type of action.
The EventType property is initialized by the ViewEventArgs constructor.