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