Version

ExplorerBarItemClickEventArgs Class Members

The following tables list the members exposed by ExplorerBarItemClickEventArgs.

Public Constructors
 NameDescription
Public ConstructorExplorerBarItemClickEventArgs ConstructorInitializes a new instance of the ExplorerBarItemClickEventArgs class.  
Protected Fields
Public Properties
 NameDescription
Public PropertyItemThe item that is clicked.  
Public PropertyItemTypeGets the type of the item. ExplorerBarGroup | ExplorerBarItem | Unknown (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs)
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