Class CommandTabSelectingEventArgs
Represents event data for the following events: OnTabSelecting
Inheritance
System.Object
CommandTabSelectingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandTabSelectingEventArgs : CancelEventArgs
Constructors
CommandTabSelectingEventArgs(RibbonTab, RibbonTab)
Creats a new instance of the Command
Declaration
public CommandTabSelectingEventArgs(RibbonTab oldCommandTab, RibbonTab newCommandTab)
Parameters
Properties
NewCommandTab
Gets the tab that is being selected.
Declaration
public RibbonTab NewCommandTab { get; }
Property Value
OldCommandTab
Gets the tab which is currently selected.
Declaration
public RibbonTab OldCommandTab { get; }