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

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

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

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