[]
Specifies the behavior of the ValueChanged event.
public enum ValueChangedBehavior
Name | Description |
---|---|
Default | The ValueChanged event is fired only when the Value property changes. |
FireOnAnyChange | The ValueChanged event is fired on any text change. |