ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellPresenter Class / OnMouseMove Method
The data for the event.

In This Topic
    OnMouseMove Method (DataGridCellPresenter)
    In This Topic
    Called before the System.Windows.UIElement.MouseMove event occurs.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseMove( _
       ByVal e As MouseEventArgs _
    ) 
    protected override void OnMouseMove( 
       MouseEventArgs e
    )

    Parameters

    e
    The data for the event.
    See Also