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

In This Topic
    OnMouseEnter Method (DataGridNewRowPresenter)
    In This Topic
    Called before the System.Windows.UIElement.MouseEnter event occurs.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMouseEnter( _
       ByVal e As MouseEventArgs _
    ) 
    protected virtual void OnMouseEnter( 
       MouseEventArgs e
    )

    Parameters

    e
    The data for the event.
    See Also