UndoEngine.UndoUnitCancelled Evento
Definição
Ocorre quando uma unidade de desfazer é cancelada na pilha de desfazer.Occurs when an undo unit is cancelled from the undo stack.
public:
event EventHandler<System::Activities::Presentation::UndoUnitEventArgs ^> ^ UndoUnitCancelled;
public event EventHandler<System.Activities.Presentation.UndoUnitEventArgs> UndoUnitCancelled;
member this.UndoUnitCancelled : EventHandler<System.Activities.Presentation.UndoUnitEventArgs>
Public Custom Event UndoUnitCancelled As EventHandler(Of UndoUnitEventArgs)
Public Event UndoUnitCancelled As EventHandler(Of UndoUnitEventArgs)