OnBackColorChanged Method (C1TileControl)
In This Topic
Raises the BackColorChanged event.
Syntax
'Declaration
Protected Overrides Sub OnBackColorChanged( _
ByVal As EventArgs _
)
protected override void OnBackColorChanged(
EventArgs
)
Parameters
- e
See Also