System.Design
2.0.0.0
System.EventArgs
The event is raised by a designer host, such as vsprvslong, for certain actions on a control on the design surface. For example, an event is raised when you enter or exit template editing mode for a control.
The class supplies a default delegate to handle the event. When you exit or enter template editing mode, the designer host initializes a object for a event type, and then sets the property with a object.
When the object indicates that the template mode has changed, the default delegate in the class updates the value for the property.
Custom designers that are derived from the class can override the method to perform additional processing when the template editing mode changes for a control on the design surface.
For more information about events and delegates, see Events and Delegates.
Provides data for a event that is raised when the template mode changes for a control on the design surface.
Constructor
2.0.0.0
A delegate method uses the constructor to initialize a object for use with a object.
When you exit or enter template editing mode, the designer host initializes a object for a event type, and then sets the property with a object. The parameter specifies a new template group when you enter template editing mode. The parameter is typically null for exiting template editing mode.
Initializes a new instance of the class with the specified template group.
A new template group that is used to initialize the .
Property
2.0.0.0
System.Web.UI.Design.TemplateGroup
To be added.
The property specifies a new template group when you enter template editing mode. is nullfor events that are raised when you exit template editing mode.
Gets the template group that was created when you entered template editing mode.