TemplateModeChangedEventArgs::NewTemplateGroup Property

 

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

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

public:
property TemplateGroup^ NewTemplateGroup {
	TemplateGroup^ get();
}

Property Value

Type: System.Web.UI.Design::TemplateGroup^

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

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

.NET Framework
Available since 2.0
Return to top
Show: