OnBackgroundImageLayoutChanged Method (C1InputControl)
In This Topic
Syntax
'Declaration
Protected Overrides Sub OnBackgroundImageLayoutChanged( _
ByVal As EventArgs _
)
protected override void OnBackgroundImageLayoutChanged(
EventArgs
)
Parameters
- e
- An System.EventArgs that contains the event data.
See Also