Sys.UI.DomEvent Constructor
Initializes a new instance of the Sys.UI.DomEvent class and associates it with the specified DomElement object.
var domEvent = new Sys.UI.DomEvent(domObject);
Parameters
Term |
Definition |
---|---|
domObject |
The DomElement object to associate with the event. |