OnCursorChanged Method (C1SuperLabelBase)
In This Topic
Occurs when the value of the
System.Windows.Forms.Cursor property changes.
Syntax
'Declaration
Protected Overrides Sub OnCursorChanged( _
ByVal As EventArgs _
)
protected override void OnCursorChanged(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also