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.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public class LayoutSubViewItemChangedEventArgs : EventArgs
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 |