FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGridDetailProvider Class / OnDetailCellCreating Method
The GridDetailCellCreatingEventArgs instance containing the event data.

In This Topic
    OnDetailCellCreating Method (FlexGridDetailProvider)
    In This Topic
    Raises the DetailCellCreating event.
    Syntax
    'Declaration
     
    Protected Sub OnDetailCellCreating( _
       ByVal e As GridDetailCellCreatingEventArgs _
    ) 
    protected void OnDetailCellCreating( 
       GridDetailCellCreatingEventArgs e
    )

    Parameters

    e
    The GridDetailCellCreatingEventArgs instance containing the event data.
    See Also