Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ViewEventArgs::EventType Property

 

Gets the type of action that raised the event.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property ViewEvent^ EventType {
	ViewEvent^ get();
}

Property Value

Type: System.Web.UI.Design::ViewEvent^

A ViewEvent that specifies the type of action that raised the event.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft