TemplateModeChangedEventArgs.NewTemplateGroup Property

Definition

Gets the template group that was created when you entered template editing mode.

C#
public System.Web.UI.Design.TemplateGroup NewTemplateGroup { get; }

Property Value

A TemplateGroup if you entered template editing mode with a new template; otherwise, null.

Remarks

The NewTemplateGroup property specifies a new template group when you enter template editing mode. NewTemplateGroup is null for events that are raised when you exit template editing mode.

Applies to

Product Versions
.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