C1.Silverlight.Chart.5
MouseLeave Event (PlotElement)

Fires when the mouse pointer leaves the bounds of the plot element.
Syntax
'Declaration
 
Public Shadows Event MouseLeave As System.Windows.Input.MouseEventHandler
public new event System.Windows.Input.MouseEventHandler MouseLeave
Event Data

The event handler receives an argument of type System.Windows.Input.MouseEventArgs containing data related to this event. The following MouseEventArgs properties provide information specific to this event.

PropertyDescription
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
StylusDeviceGets an object that reports stylus device information, such as the collection of stylus points associated with the input.  
See Also

Reference

PlotElement Class
PlotElement Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.