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