This documentation is archived and is not being maintained.
BaseDataListDesigner.OnTemplateEditingVerbsChanged Method
.NET Framework 1.1
Provides a method that can be overridden to implement functionality that should occur when the designer's template editing verbs have changed.
[Visual Basic] Protected MustOverride Sub OnTemplateEditingVerbsChanged() [C#] protected abstract void OnTemplateEditingVerbsChanged(); [C++] protected: virtual void OnTemplateEditingVerbsChanged() = 0; [JScript] protected abstract function OnTemplateEditingVerbsChanged();
Remarks
Notes to Implementers: This method can be implemented to perform additional processing when the designer's template editing verbs have changed.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: