Class LayoutSubViewItemChangedEventArgs
The settings used for the LayoutSubViewItemChangedEvent delegate for describing the new item that is the output of a view that all its sub views can now use
Inherited Members
Namespace: LemonEdge.Client.UI.API.Layouts
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public class LayoutSubViewItemChangedEventArgs : EventArgs
Constructors
LayoutSubViewItemChangedEventArgs(IBaseEntity)
Declaration
public LayoutSubViewItemChangedEventArgs(IBaseEntity viewEntity)
Parameters
Type | Name | Description |
---|---|---|
IBaseEntity | viewEntity |
Properties
ViewEntity
The new entity that is now the output for a view that can be used by all its sub views
Declaration
public IBaseEntity ViewEntity { get; }
Property Value
Type | Description |
---|---|
IBaseEntity |