Sys.UI.Behavior Constructor

When overridden in a derived class, initializes a new instance of that class.

var b = new MyBehavior(element);

Term

Definition

element

The Sys.UI.DomElement object to associate with the behavior.

Show: