🔹 Expression Class
namespace Noesis | MSDN
Base implementation for all expressions.
Inheritance Hierarchy
• Expression
Properties
Expression has no properties
Attached Properties
Expression has no attached properties
Methods
| Name | Description |
|---|---|
| ◆ AfterSet(DependencyObject*, const DependencyProperty*, const void*, bool) | Executed after set is completed and the property changed has been notified |
| ◆ BeforeSet(DependencyObject*, const DependencyProperty*, const void*, bool) | Executes the set |
| ◆ Evaluate() | Evaluates expression when applied to the specified target object |
| ◆ Reapply(DependencyObject*, const DependencyProperty*) | Applies expression to a new target, cloning the expression itself if necessary |
Events
Expression has no events
📍 On this page