This documentation is archived and is not being maintained.

BaseDataListDesigner.OnStylesChanged Method

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: 

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace

Show: