ClassCommandTabSelectingEventArgs
Class
Represents event data for the following events: OnTabSelecting
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class CommandTabSelectingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCommandTabSelectingEventArgs
Inherited Members
Constructors
CommandTabSelectingEventArgs(RibbonTab, RibbonTab)
Creats a new instance of the CommandTabSelectingEventArgs class.
Properties
NewCommandTab
Gets the tab that is being selected.
OldCommandTab
Gets the tab which is currently selected.