InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabelBase Class / OnCursorChanged Method
System.EventArgs that contains the event data.

In This Topic
    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 e As EventArgs _
    ) 
    protected override void OnCursorChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also