Name | Description | |
---|---|---|
![]() | WebCompositeUndoManagerJS | Initializes a new instance of the WebCompositeUndoManagerJS class. |
Name | Description | |
---|---|---|
![]() | WebCompositeUndoManagerJS | Initializes a new instance of the WebCompositeUndoManagerJS class. |
Name | Description | |
---|---|---|
![]() | addAction | Adds information about change in object to the history. |
![]() | addManager | Creates new undo manager and adds new undo manager to this composite manager. |
![]() | beginCompositeAction | Begins the composite action. |
![]() | beginInit | Begins initialization of this composite undo manager. |
![]() | clear | Clears the action history. |
![]() | containsActionForSourceObject | Returns a value indicating whether the composite undo manager contains actions associated with specified source. |
![]() | dispose | Disposes the composite undo manager. |
![]() | endCompositeAction | Ends the composite action. |
![]() | endInit | Ends initialization of undo manager. |
![]() | get_ActiveManagers | Gets the active managers. |
![]() | get_CurrentAction | Gets the current undo action. |
![]() | get_CurrentActionIndex | Gets an index, in history, of current undo action. |
![]() | get_CurrentManager | Gets the current undo manager. |
![]() | get_IsCompositeActionStarted | Gets a value indicating whether the undo manager started the composite action. |
![]() | get_IsEnabled | Gets a value indicating whether the undo manager is enabled. (Inherited from WebUndoManagerJS) |
![]() | get_IsInitializing | Gets a value indicating whether the undo manager is initializing. |
![]() | get_RedoCount | Gets a count of possible redo steps. |
![]() | get_RedoDescription | Gets the description of next redo action. |
![]() | get_UndoCount | Gets a count of possible undo steps. |
![]() | get_UndoDescription | Gets the description of next undo action. |
![]() | get_UndoLevel | Gets the maximum number of undo levels. (Inherited from WebUndoManagerJS) |
![]() | getActions | Returns the collection of actions. |
![]() | redo | Redoes several changes in object(s). |
![]() | removeCompositeAction | Removes the composite action from the undo manager. |
![]() | removeFirstAction | Removes the first action in the action history. |
![]() | removeManager | Removes the specified undo manager from the composite undo manager and disposes the undo manager. |
![]() | removeRedoActions | Removes all redo actions from the action history. |
![]() | set_ActiveManagers | Sets the active managers. |
![]() | set_CurrentAction | Sets the current undo action. |
![]() | set_CurrentActionIndex | Sets an index, in history, of current undo action. |
![]() | set_CurrentManager | Sets the current undo manager. |
![]() | set_IsEnabled | Sets a value indicating whether the undo manager is enabled. |
![]() | set_UndoLevel | Sets the maximum number of undo levels. |
![]() | undo | Undoes several changes in object(s). |
Name | Description | |
---|---|---|
![]() | activeManagersChanged | Occurs when the active managers of this manager is changed. |
![]() | activeManagersChanging | Occurs when the active managers of this manager is changing. |
![]() | changed | Occurs when the undo action collection is changed (undo action is added/removed). (Inherited from WebUndoManagerJS) |
![]() | changing | Occurs when the undo action collection is changing (undo action is added/removed). (Inherited from WebUndoManagerJS) |
![]() | currentManagerChanged | Occurs when the current manager of this manager is changed. |
![]() | currentManagerChanging | Occurs when the current manager of this manager is changing. |
![]() | navigated | Occurs when the undo manager is navigated in history (current undo action is changed). (Inherited from WebUndoManagerJS) |