3 references to Onchange
System.Web (3)
UI\HTMLTextWriter.cs (1)
264
RegisterAttribute("onchange", HtmlTextWriterAttribute.
Onchange
, true);
UI\WebControls\ListControl.cs (1)
530
writer.AddAttribute(HtmlTextWriterAttribute.
Onchange
, onChange);
UI\WebControls\TextBox.cs (1)
509
writer.AddAttribute(HtmlTextWriterAttribute.
Onchange
, onChange);