'Declaration Public Function New( _
ByVal undoManagerThe undo manager.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal contentEditorToolThe content editor tool.As WpfPdfContentEditorTool _
)
public WpfPdfContentEditorToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
WpfPdfContentEditorTool contentEditorTool
)
public: WpfPdfContentEditorToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* undoManager,
WpfPdfContentEditorTool* contentEditorTool
)
public:
WpfPdfContentEditorToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ undoManager,
WpfPdfContentEditorTool^ contentEditorTool
)
Parameters
- undoManager
- The undo manager.
- contentEditorTool
- The content editor tool.