WebUndoActionJS Class Members
In This Topic
The following tables list the members exposed by
WebUndoActionJS.
Public Constructors
Methods
| Name | Description |
 | dispose | Disposes all resources used by the action. |
 | get_ActionSource | Get the action source. |
 | get_CurrentState | Gets the current state of action. |
 | get_IsValid | Gets a value indicating whether the undo action is valid. |
 | get_Source | Gets the reference to the source object of action. |
 | get_SourceItems | Gets the references to the source objects stored in source. For example, this property contains references to the collection objects if source is collection. |
 | set_CurrentState | Sets the current state of action. |
 | toString | Returns the description of change in object. |
 | undo | Undoes the action. |
See Also