[]
Invoked when Value property is changed.
protected virtual void OnValueChanged(RoutedEventArgs e)
Protected Overridable Sub OnValueChanged(e As RoutedEventArgs)
Type | Name | Description |
---|---|---|
RoutedEventArgs | e | The RoutedEventArgs instance containing the event data. |
The purpose of this method is similar to common language runtime (CLR) event pattern On* methods: It provides a mean to fire the ValueChanged routed event.