Click or drag to resize

IAttributeExpressionsReactive Property

Gets the expressions that are meant to recalculate on attribute change. Each expression is executed when one of it's referenced attributes changes.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
IEnumerable<IAttributeExpression> Reactive { get; }

Property Value

Type: IEnumerableIAttributeExpression
See Also