Basahin sa Ingles I-edit

Ibahagi sa


IControlDesignerView.ViewEvent Event

Definition

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

C#
event System.Web.UI.Design.ViewEventHandler ViewEvent;

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

Produkto Mga Bersyon
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also