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

Occurs when the mouse pointer moves off a message.

Syntax

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

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.