clearWebEventMappings

clearWebEventMappings();

The clearWebEventMappings method of the Window class removes all Web event mappings for the receiver. For example, the following code fragment removes all of the event mappings for the textBox1 control.

textBox1.clearWebEventMappings;