Xceed DataGrid for WPF v7.2 Documentation
OnMouseMove Method (ColumnManagerCell)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > ColumnManagerCell Class : OnMouseMove Method
A MouseEventArgs that contains the event data.
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

Reference

ColumnManagerCell Class
ColumnManagerCell Members
Base Implementation in OnMouseMove