RemoveAllChanges

RemoveAllChanges — removes event handlers from all point change events.

Syntax

RemoveAllChanges ()
    

Arguments

none

Returns

nil on success, otherwise an error.

Description

This method removes all changes from the class's _ChangeFunctions list, and reassigns the _ChangeFunctions variable to nil. For more information, please refer to Section 5.3, “Handling Events”.