Represents event data for the following events: OnTabSelecting
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CommandTabSelectingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCommandTabSelectingEventArgs
Inherited Members
Constructors
Creats a new instance of the CommandTabSelectingEventArgs class.
Properties
Gets the tab that is being selected.
C#
public RibbonTab NewCommandTab { get; }
Gets the tab which is currently selected.
C#
public RibbonTab OldCommandTab { get; }