OnMouseLeave Method (C1ListBoxItem) | ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListBoxItem Class / OnMouseLeave Method
The System.Windows.Input.MouseEventArgs that contains the event data.



In This Topic
OnMouseLeave Method (C1ListBoxItem)
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 _
) 
 
'Usage
 
Dim instance As C1ListBoxItem
Dim e As MouseEventArgs
 
instance.OnMouseLeave(e)

Parameters

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