Documentation for this section has not yet been entered.
The ViewEventArgs.Region property represents the control designer region that the event applies to. Typically, the ViewEventArgs.Region property is set for ViewEvent.Click events, and null (Nothing in Visual Basic) for ViewEvent.Paint and ViewEvent.TemplateModeChanged events.
The ViewEventArgs.Region property is initialized by the ViewEventArgs.#ctor(ViewEvent, DesignerRegion, EventArgs) constructor.