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


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

    Parameters

    e
    The GridCellEditEventArgs instance containing the event data.
    See Also