Show contents 

Working with Common Classes > Classes > Object > Object.removeAllEvents

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