Object.removeAllEvents

Syntax

removeAllEvents(context: Object);

Parameters

context. Context by which the event handlers are deleted.

Description

The removeAllEvents method removes all object event handlers by the specified context.

See also:

Object