Version

ValueChanged Event

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