Прочетете на английски Редактиране

Споделяне чрез


TemplateModeChangedEventArgs(TemplateGroup) Constructor

Definition

Initializes a new instance of the TemplateModeChangedEventArgs class with the specified template group.

C#
public TemplateModeChangedEventArgs(System.Web.UI.Design.TemplateGroup newTemplateGroup);

Parameters

newTemplateGroup
TemplateGroup

A new template group that is used to initialize the NewTemplateGroup.

Remarks

A ViewEvent delegate method uses the TemplateModeChangedEventArgs constructor to initialize a TemplateModeChangedEventArgs object for use with a ViewEventArgs object.

When you exit or enter template editing mode, the designer host initializes a ViewEventArgs object for a TemplateModeChanged event type, and then sets the EventArgs property with a TemplateModeChangedEventArgs object. The newTemplateGroup parameter specifies a new template group when you enter template editing mode. The newTemplateGroup parameter is typically null for exiting template editing mode.

Applies to

Продукт Версии
.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