CachedImageUndoManagerOnAddUndo Method |
Called to add a new undo item.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected virtual void OnAddUndo(
AtalaImage image,
string description
)
Protected Overridable Sub OnAddUndo (
image As AtalaImage,
description As String
)
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The image to restore when Undo(AtalaImage) is called. - description
- Type: SystemString
The description for this undo or null (Nothing in VB) if there is no description.
See Also