ViewEvent.TemplateModeChanged Field

Note: This field is new in the .NET Framework version 2.0.

Indicates that a view event was raised for changing the template mode of a control designer.

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

public:
static initonly ViewEvent^ TemplateModeChanged
public static final ViewEvent TemplateModeChanged
public static final var TemplateModeChanged : ViewEvent

A ViewEventHandler delegate method compares the EventType property to the static ViewEvent fields to determine which type of action raised the event. A ViewEvent object is equal to TemplateModeChanged to indicate that the template editing mode changed for a control on the design surface.

The ControlDesigner class supplies a default ViewEventHandler delegate. If the event type is TemplateModeChanged, the delegate sets the value for the InTemplateMode property.

Custom designers that are derived from the TemplatedControlDesigner class can override the OnTemplateModeChanged method to perform additional processing when the template editing mode changes for a control on the design surface.

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Show: