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

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

    The event handler receives an argument of type C1.WPF.Grid.GridInputEventArgs containing data related to this event. The following GridInputEventArgs 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