WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    protected void OnDetailCellCreating( 
       GridDetailCellCreatingEventArgs e
    )

    Parameters

    e
    The GridDetailCellCreatingEventArgs instance containing the event data.
    See Also