Version

ValueChanged Event

Occurs when Value property changes or the user modifies the contents of the editor.
Syntax
'Declaration
 
Public Event ValueChanged As RoutedPropertyChangedEventHandler(Of Object)
public event RoutedPropertyChangedEventHandler<object> ValueChanged