FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / OnCellLongPressed Method / OnCellLongPressed(GridControlInputEventArgs) Method

In This Topic
    OnCellLongPressed(GridControlInputEventArgs) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Sub OnCellLongPressed( _
       ByVal e As C1.WPF.Grid.GridControlInputEventArgs _
    ) 
    protected void OnCellLongPressed( 
       C1.WPF.Grid.GridControlInputEventArgs e
    )

    Parameters

    e
    See Also