Table of Contents

Event Change

Namespace
DotNetBrowser.Dom.Events
Assembly
DotNetBrowser.dll

Occurs when the content of a form element, the selection, or the checked state have changed (for <input>, <select>, and <textarea>).

event EventHandler<DomEventArgs> Change

Returns

EventHandler<DomEventArgs>
Occurs when the content of a form element, the selection, or the checked state have changed (for <input>, <select>, and <textarea>).