ArcGIS API for WPF - Library Reference
SelectedToolbarItemArgs Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > SelectedToolbarItemArgs Class : SelectedToolbarItemArgs Constructor

tbarItem
The tbar item.
tbarIndex
Index of the tbar.

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

Initializes a new instance of the SelectedToolbarItemArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal tbarItem As ToolbarItem, _
   ByVal tbarIndex As Integer _
)
C# 
public SelectedToolbarItemArgs( 
   ToolbarItem tbarItem,
   int tbarIndex
)

Parameters

tbarItem
The tbar item.
tbarIndex
Index of the tbar.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.