IControlDesignerView.ViewEvent Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.