ArcGIS API for WPF - Library Reference
ToolbarItemMouseLeave Delegate
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : ToolbarItemMouseLeave Delegate

sender
e

Note: This API is now obsolete. This class is used with the Toolbar, which is deprecated.

Handler for the Toolbar item Mouse Leave

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ToolbarItemMouseLeave( _
   ByVal sender As Object, _
   ByVal e As SelectedToolbarItemArgs _
) 
C# 
public delegate void ToolbarItemMouseLeave( 
   object sender,
   SelectedToolbarItemArgs e
)

Parameters

sender
e

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.