Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ColumnManagerCell Class / OnLostMouseCapture Method
A MouseEventArgs that contains the event data.


In This Topic
    OnLostMouseCapture Method (ColumnManagerCell)
    In This Topic
    Invoked when an unhandled LostMouseCature attached event reaches this element in its route.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnLostMouseCapture( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    Dim instance As ColumnManagerCell
    Dim e As MouseEventArgs
     
    instance.OnLostMouseCapture(e)
    protected override void OnLostMouseCapture( 
       MouseEventArgs e
    )

    Parameters

    e
    A MouseEventArgs that contains the event data.
    Requirements

    See Also