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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.