TemplateModeChangedEventArgs.NewTemplateGroup Property
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
/** @property */ public TemplateGroup get_NewTemplateGroup ()
public function get NewTemplateGroup () : TemplateGroup
Not applicable.
Property Value
A TemplateGroup if you entered template editing mode with a new template; otherwise, a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: