Version

ExplorerBarItemSelectedEventArgs Class Members

The following tables list the members exposed by ExplorerBarItemSelectedEventArgs.

Public Constructors
 NameDescription
Public ConstructorExplorerBarItemSelectedEventArgs ConstructorInitializes a new instance of the ExplorerBarItemSelectedEventArgs class.  
Protected Fields
Public Properties
 NameDescription
Public PropertyItemTypeGets the type of the item. ExplorerBarGroup | ExplorerBarItem | Unknown (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs)
Public PropertyNewSelectedItemHolds the new selected item.  
Public PropertyOldSelectedItemHolds the previous selected item.  
Protected Properties
 NameDescription
Protected PropertyExplorerBarItemBaseGets the ExplorerBarItemBase for which Event has been risen. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs)
Public Methods
 NameDescription
Public MethodIsExplorerBarGroupCheck whether the ExplorerBarItemBase is ExplorerBarGroup (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs)
Public MethodIsExplorerBarItemCheck whether the ExplorerBarItemBase is ExplorerBarItem (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs)
See Also