This documentation is archived and is not being maintained.
BaseDataListDesigner.OnStylesChanged Method
.NET Framework 1.1
Provides a method that can be overridden to implement functionality that should occur when a style of the control has been changed.
[Visual Basic] Protected Friend Sub OnStylesChanged() [C#] protected internal void OnStylesChanged(); [C++] protected public: void OnStylesChanged(); [JScript] protected internal function OnStylesChanged();
Remarks
This method can serve as notification that a style of the control has 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: