BaseDataListDesigner::OnTemplateEditingVerbsChanged Method ()

 

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)

protected:
virtual void OnTemplateEditingVerbsChanged() abstract

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.

.NET Framework
Available since 1.1
Return to top
Show: