ExpressionBinding Constructors
Provides functionality to expression bindings.| Name | Parameters | Description |
|---|---|---|
| ExpressionBinding() | none | Initializes a new instance of the ExpressionBinding class with the default settings. |
| ExpressionBinding(String, String, String) | eventName, propertyName, expression | Initializes a new instance of the ExpressionBinding class with the specified settings. |
| ExpressionBinding(String, String) | propertyName, expression | Initializes a new instance of the ExpressionBinding class with the specified settings. |
See Also