Delegate LayoutSubViewItemChangedEvent
The delegate for the event used in the ModelLayoutDisplayerController to indicate that the output item from a view has changed
This can be used by any tool window to work either with the item for the layout, or individually selected items within a grid/tree view
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
public delegate void LayoutSubViewItemChangedEvent(ModelLayoutDisplayerController source, LayoutSubViewItemChangedEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
ModelLayoutDisplayerController | source | The layout that raised this event |
LayoutSubViewItemChangedEventArgs | e | The arguments for which view has changed the item it outputs that sub views work with |