BaseDataListDesigner.OnTemplateEditingVerbsChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Can be overridden to implement functionality that should occur when the designer template-editing verbs have changed.
protected:
abstract void OnTemplateEditingVerbsChanged();
protected abstract void OnTemplateEditingVerbsChanged ();
abstract member OnTemplateEditingVerbsChanged : unit -> unit
Protected MustOverride Sub OnTemplateEditingVerbsChanged ()
Remarks
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.