FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGridDetailProvider Class / DetailLoading Event

In This Topic
    DetailLoading Event (FlexGridDetailProvider)
    In This Topic
    Occurs when the detail cell is being created.
    Syntax
    'Declaration
     
    Public Event DetailLoading As EventHandler(Of GridDetailLoadingEventArgs(Of TItem))
    Event Data

    The event handler receives an argument of type GridDetailLoadingEventArgs<TItem> containing data related to this event. The following GridDetailLoadingEventArgs<TItem> properties provide information specific to this event.

    PropertyDescription
    Gets the detail row it is being loaded.  
    Gets the parent row.  
    See Also