[]
Represents a behavior that enforces passing the bound Text property from View to ViewModel.
public class UpdateSourceOnKeyPress : Behavior<TextBox>, IBehavior
| Name | Description |
|---|---|
| UpdateSourceOnKeyPress() |
| Name | Description |
|---|---|
| UpdateOnProperty | Identifies the UpdateOn dependency property. |
| Name | Description |
|---|---|
| UpdateOn | Gets or sets the update trigger. |
| Name | Description |
|---|---|
| Attach(TextBox) | Attaches the behavior to specified host. |
| Detach(TextBox) | Detaches the behavior from specified host. |