Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / OnRowEditEnding Method
GridCellEditEventArgs that contains the event data.


In This Topic
    OnRowEditEnding Method
    In This Topic
    Raises the RowEditEnding event.
    Syntax
    'Declaration
     
    
    Protected Sub OnRowEditEnding( _
       ByVal e As GridCellEditEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim e As GridCellEditEventArgs
     
    instance.OnRowEditEnding(e)
    protected void OnRowEditEnding( 
       GridCellEditEventArgs e
    )

    Parameters

    e
    GridCellEditEventArgs that contains the event data.
    See Also