GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace : CellEditUndoAction Class |
The following tables list the members exposed by CellEditUndoAction.
Name | Description | |
---|---|---|
CellEditUndoAction Constructor | Creates a new instance of the CellEditUndoAction class. |
Name | Description | |
---|---|---|
ApplyResult | Gets or sets the applied result when there is a data validator error. | |
CanUndo | Gets a value that indicates whether the action can be undone. |
Name | Description | |
---|---|---|
CanExecute | Overridden. Defines the method that determines whether the action can execute in its current state. | |
Execute | Overridden. Defines the method to be called when the action is invoked. | |
SaveState | Saves the cell state for undoing the action before executing the action. | |
ToString | Returns a System.String that represents this instance. | |
Undo | Undoes the command or operation. |
Name | Description | |
---|---|---|
RaiseCanExecuteChanged | Raises the CanExecuteChanged event. (Inherited from GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionBase) | |
ResumeInvalidate | Resumes all Invalidate methods if the sender is SheetView. (Inherited from GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionBase) | |
SuspendInvalidate | Suspends all Invalidate methods if the sender is SheetView. (Inherited from GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionBase) |
Name | Description | |
---|---|---|
CanExecuteChanged | Occurs when changes occur that affect whether the action should execute. (Inherited from GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionBase) |