TIWCGEventBinderMethod Enumeration

Represents type TIWCGEventBinderMethod.

Namespace: IWCGJQEventBinder
type
 TIWCGEventBinderMethod = (
 cgebmOn,
 cgebmOne,
 cgebmDelegate);

The TIWCGEventBinderMethod type exposes the following members.

Show:
 NameDescription
cgebmDelegate

Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.

cgebmOn

Attach an event handler function to the selected elements.

cgebmOne

Attach a handler to an event for the elements. The handler is executed at most once per element per event type.

Top