ViewEventArgs.EventType Property

Definition

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:

The EventArgs property supplies the event arguments that are specific to the type of action.

The EventType property is initialized by the ViewEventArgs constructor.

Applies to