Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace / ElementContainerControl Class / OnCursorChanged Method
An System.EventArgs that contains the event data.


In This Topic
    OnCursorChanged Method
    In This Topic
    Raises the System.Windows.Forms.Control.CursorChanged event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnCursorChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim e As EventArgs
     
    instance.OnCursorChanged(e)
    protected override void OnCursorChanged( 
       EventArgs e
    )

    Parameters

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