FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / ColumnOptionsLoading Event

In This Topic
    ColumnOptionsLoading Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event ColumnOptionsLoading As EventHandler(Of GridColumnOptionsLoadingEventArgs)
    public event EventHandler<GridColumnOptionsLoadingEventArgs> ColumnOptionsLoading
    Event Data

    The event handler receives an argument of type C1.WPF.Grid.GridColumnOptionsLoadingEventArgs containing data related to this event. The following GridColumnOptionsLoadingEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from C1.WPF.Grid.CancelEventArgs)
    (Inherited from C1.WPF.Grid.CancelEventArgs)
     
     
    See Also