FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnHeaderCell Class / OnManipulationBoundaryFeedback Method

In This Topic
    OnManipulationBoundaryFeedback Method (GridColumnHeaderCell)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnManipulationBoundaryFeedback( _
       ByVal e As ManipulationBoundaryFeedbackEventArgs _
    ) 
    protected virtual void OnManipulationBoundaryFeedback( 
       ManipulationBoundaryFeedbackEventArgs e
    )

    Parameters

    e
    See Also