Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / OnCursorChanged(GridCellRangeEventArgs) Method
The GridCellRangeEventArgs instance containing the event data.


In This Topic
    OnCursorChanged(GridCellRangeEventArgs) Method
    In This Topic
    Raises the CursorChanged event.
    Syntax
    'Declaration
     
    
    Protected Sub OnCursorChanged( _
       ByVal e As GridCellRangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As GridBase
    Dim e As GridCellRangeEventArgs
     
    instance.OnCursorChanged(e)
    protected void OnCursorChanged( 
       GridCellRangeEventArgs e
    )

    Parameters

    e
    The GridCellRangeEventArgs instance containing the event data.
    See Also