ArcGIS API for Windows Phone - Library Reference
MouseLeave Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Graphic Class : MouseLeave Event

Occurs when the mouse (or the stylus) leaves the bounding area of a System.Windows.UIElement.

Syntax

Visual Basic (Declaration) 
Public Event MouseLeave As MouseEventHandler
C# 
public event MouseEventHandler MouseLeave

Event Data

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

PropertyDescription
OriginalSource (Inherited from System.Windows.RoutedEventArgs) 
StylusDevice  

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.