Visual Basic (Declaration) | |
---|---|
Public Event MouseLeave As EventHandler(Of MessageEventArgs) |
C# | |
---|---|
public event EventHandler<MessageEventArgs> MouseLeave |
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.
Property | Description |
---|---|
Message | The Message to which the event applies. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8