This documentation is archived and is not being maintained.

ViewEventArgs Constructor

Initializes a new instance of the ViewEventArgs class for the type of view event on the design surface.

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

public:
ViewEventArgs(
	ViewEvent^ eventType, 
	DesignerRegion^ region, 
	EventArgs^ eventArgs
)

Parameters

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

The type of action that raised the event; used to initialize the EventType.

region
Type: System.Web.UI.Design::DesignerRegion

The designer region that the action applies to; used to initialize the Region.

eventArgs
Type: System::EventArgs

The event arguments associated with eventType; used to initialize the EventArgs.

The ViewEventArgs constructor is used by the designer host to initialize a ViewEventArgs object for the ViewEvent event. The designer host passes the initialized ViewEventArgs object to the ViewEventHandler delegate.

Typically, region is set for Click events, and nullptr (Nothing in Visual Basic) for Paint and TemplateModeChanged events.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: