Delegate LayoutTabChangedEvent
The delegate for the event in the ModelLayoutDisplayerController to indicate that the currently selected tab in the layout has changed
This can be used by any tool window to be notified that the active tab the tool window is working with in the active layout has changed
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
public delegate void LayoutTabChangedEvent(ModelLayoutDisplayerController source, LayoutTabChangedEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
ModelLayoutDisplayerController | source | The layout that raised this event |
LayoutTabChangedEventArgs | e | The arguments for which tab is now the active one in the layout |