IControlDesignerView.ViewEvent Event

Definition

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

public:
 event System::Web::UI::Design::ViewEventHandler ^ ViewEvent;
event System.Web.UI.Design.ViewEventHandler ViewEvent;
member this.ViewEvent : System.Web.UI.Design.ViewEventHandler 
Event ViewEvent As ViewEventHandler 

Event Type

Remarks

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.

Applies to

See also