OnVisualStyleChanged Method (C1SplitButton)
In This Topic
Invokes the VisualStyleChanged event.
Syntax
'Declaration
Protected Overrides Sub OnVisualStyleChanged( _
ByVal As EventArgs _
)
protected override void OnVisualStyleChanged(
EventArgs
)
Parameters
- e
- The event arguments.
See Also