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

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

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

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