Occurs when the content of a form element, the selection,
                or the checked state have changed (for <input>, <select>, and <textarea>).
            
 
    Namespace: 
   DotNetBrowser.Dom.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.12.0
Syntaxevent EventHandler<DomEventArgs> Change
Value
Type: 
SystemEventHandlerDomEventArgs
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IEventTarget has already been disposed. | 
See Also