BaseDataListDesigner.OnTemplateEditingVerbsChanged Method

Definition

Can be overridden to implement functionality that should occur when the designer template-editing verbs have changed.

protected abstract void 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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also