Class LayoutTabChangedEventArgs
The settings used for the LayoutTabChangedEvent delegate for describing the active tab that has changed in the layout
Inherited Members
Namespace: LemonEdge.Client.UI.API.Layouts
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public class LayoutTabChangedEventArgs : EventArgs
Constructors
LayoutTabChangedEventArgs(LayoutTabSetting)
Creates a new LayoutTabChangedEventArgs with the specified tab as the new currently active one
Declaration
public LayoutTabChangedEventArgs(LayoutTabSetting newTab)
Parameters
Type | Name | Description |
---|---|---|
LayoutTabSetting | newTab | The new tab which is the currently active one for the layout |
Properties
TabSelected
The new active tab for the layout
Declaration
public LayoutTabSetting TabSelected { get; }
Property Value
Type | Description |
---|---|
LayoutTabSetting |