/// <summary>
 /// <para>
 /// <b>Note: This API is now obsolete.</b> This class is used with the Toolbar, which is deprecated.
 /// </para>
 /// <para>
 /// Initializes a new instance of the <see cref="SelectedToolbarItemArgs"/> class. 
 /// </para>
 /// </summary>
 /// <param name="tbarItem">The tbar item.</param>
 /// <param name="tbarIndex">Index of the tbar.</param>
 public SelectedToolbarItemArgs(ToolbarItem tbarItem, int tbarIndex)
 {
     _cmi = tbarItem;
     _index = tbarIndex;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SelectedToolbarItemArgs"/> class.
 /// </summary>
 /// <param name="tbarItem">The tbar item.</param>
 /// <param name="tbarIndex">Index of the tbar.</param>
 public SelectedToolbarItemArgs(ToolbarItem tbarItem, int tbarIndex)
 {
     _cmi   = tbarItem;
     _index = tbarIndex;
 }