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

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

Syntax

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

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.