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
SyntaxIEnumerable<IAttributeExpression> Reactive { get; }
ReadOnly Property Reactive As IEnumerable(Of IAttributeExpression)
Get
property IEnumerable<IAttributeExpression^>^ Reactive {
IEnumerable<IAttributeExpression^>^ get ();
}
abstract Reactive : IEnumerable<IAttributeExpression> with get
Property Value
Type:
IEnumerableIAttributeExpression
See Also