Version

ExplorerBarItemEventArgs Class Members

The following tables list the members exposed by ExplorerBarItemEventArgs.

Public Constructors
 NameDescription
Public ConstructorExplorerBarItemEventArgs ConstructorInitializes a new instance of the ExplorerBarItemEventArgs class.  
Protected Fields
Public Properties
 NameDescription
Public PropertyExplorerBarItemGets the ExplorerBarItem for which Event has been risen.  
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