OnVisualStyleChanged Method (C1ListBase)
In This Topic
Raises the
VisualStyleChanged event.
Syntax
'Declaration
Protected Sub OnVisualStyleChanged( _
ByVal As EventArgs _
)
protected void OnVisualStyleChanged(
EventArgs
)
Parameters
- e
- A System.EventArgs that contains event data.
See Also