MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1CheckListItem Class / OnMouseEnter Method
The System.Windows.Input.MouseEventArgs that contains the event data.

In This Topic
    OnMouseEnter Method
    In This Topic
    Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseEnter( _
       ByVal e As MouseEventArgs _
    ) 
    protected override void OnMouseEnter( 
       MouseEventArgs e
    )

    Parameters

    e
    The System.Windows.Input.MouseEventArgs that contains the event data.
    See Also