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

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

    Parameters

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