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::Region Property

 

Gets the designer region that the event applies to.

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

public:
property DesignerRegion^ Region {
	DesignerRegion^ get();
}

Property Value

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

The DesignerRegion that the action applies to.

The Region property represents the control designer region that the event applies to. Typically, the Region property is set for Click events, and null (Nothing in Visual Basic) for Paint and TemplateModeChanged events.

The Region property is initialized by the ViewEventArgs constructor.

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