EventHandlerList Methods

Methods

Name

Description

Sys.EventHandlerList Constructor

Initializes a new instance of the EventHandlerList class.

Sys.EventHandlerList.addHandler Method

Attaches a handler to a specified event in an EventHandlerList instance, and adds the specified event to the list if it is not already present.

Sys.EventHandlerList getHandler Method

Returns a single method that can be invoked to call all handlers sequentially for the specified event.

Sys.EventHandlerList.removeHandler Method

Removes an event handler from the specified event in an EventHandlerList instance.

See Also

Reference

Sys.EventHandlerList Class