BaseDataListDesigner.OnTemplateEditingVerbsChanged Method
.NET Framework 3.0
Can be overridden to implement functionality that should occur when the designer template-editing verbs have changed.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The OnTemplateEditingVerbsChanged method can be implemented to perform additional processing, such recording that a change has occurred, when the template-editing verbs change.
Notes to Implementers: The OnTemplateEditingVerbsChanged method is abstract and must be overridden when a derived class inherits from the BaseDataListDesigner class.Community Additions
ADD
Show: