Delegate LayoutTabChangedEvent
The delegate for the event in the IModelLayoutDisplayerController 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
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public delegate void LayoutTabChangedEvent(IModelLayoutDisplayerController source, LayoutTabChangedEventArgs e)
Parameters
Constructors
LayoutTabChangedEvent(object, IntPtr)
Declaration
public LayoutTabChangedEvent(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(IModelLayoutDisplayerController, LayoutTabChangedEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(IModelLayoutDisplayerController source, LayoutTabChangedEventArgs e, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(IModelLayoutDisplayerController, LayoutTabChangedEventArgs)
Declaration
public virtual void Invoke(IModelLayoutDisplayerController source, LayoutTabChangedEventArgs e)
Parameters
Extension Methods