ViewEventArgs.Region Property

Definition

Gets the designer region that the event applies to.

public:
 property System::Web::UI::Design::DesignerRegion ^ Region { System::Web::UI::Design::DesignerRegion ^ get(); };
public System.Web.UI.Design.DesignerRegion Region { get; }
member this.Region : System.Web.UI.Design.DesignerRegion
Public ReadOnly Property Region As DesignerRegion

Property Value

The DesignerRegion that the action applies to.

Remarks

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.

Applies to

See also