Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft