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


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

    Parameters

    e
    A MouseEventArgs that contains the event data.
    Requirements

    See Also