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

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

    Parameters

    e
    See Also