CanUndoRedoCallback Delegate
Visual Studio 2015
Add an instance to the UndoManager to vote on whether an undo or redo operation can continue.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- isUndo
-
Type:
System::Boolean
true if this is an undo operation; false if this is a redo operation.
- transactionItem
-
Type:
Microsoft.VisualStudio.Modeling::TransactionItem^
A TransactionItem identifying the transaction.
Return Value
Type: System::BooleanAdd an instance to the UndoManager to vote on whether an undo or redo operation can continue.
Show: