Click or drag to resize

IEventsChange Event

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.16.0
Syntax
C#
event EventHandler<DomEventArgs> Change

Value

Type: SystemEventHandlerDomEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IEventTarget has already been disposed.
See Also