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.

IControlDesignerView::ViewEvent Event

 

An event raised by the design host for the view and designer component.

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

event ViewEventHandler^ ViewEvent {
	void add(ViewEventHandler^ value);
	void remove(ViewEventHandler^ value);
}

The ViewEvent is raised by the design host if any of the following occur:

  • The user clicks on the view in the design host,

  • The design host repaints the client region on the design surface,

  • The user has elected to change the editing mode of an editable region corresponding to a template.

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