3 references to UndoCompleted
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (2)
169
if (this.
UndoCompleted
!= null)
171
this.
UndoCompleted
(this, new UndoUnitEventArgs() { UndoUnit = unit });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
131
undoEngine.
UndoCompleted
+= new EventHandler<UndoUnitEventArgs>(OnUndoCompleted);