Skip to content

XUIUndoableAction

Description

Represents an undoable / redoable action that can be handled by XUIUndoManager.

Methods

Name Parameters Returns
Description String
ID Integer
ID Assigns value As Integer
Redo
Undo

Method Descriptions

Description() As String Describes this undoable action.


ID() As Integer This action's unique ID.


ID(Assigns value As Integer) This action's unique ID.


Redo() Redo this action.


Undo() Undo this action.