ArcGIS Runtime SDK for WPF - Library Reference
MouseEnter Event
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > MessageLayer Class : MouseEnter Event

Occurs when the mouse pointer moves onto a message.

Syntax

Visual Basic (Declaration) 
Public Event MouseEnter As EventHandler(Of MessageEventArgs)
C# 
public event EventHandler<MessageEventArgs> MouseEnter

Event Data

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

PropertyDescription
Message The Message to which the event applies.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.