UndoEngine.UndoUnitDiscarded 事件
定义
在从撤消堆栈中移除撤消单元时发生,而不首先执行撤消操作。Occurs when an undo unit is removed from the undo stack, without first performing an undo operation.
public:
event EventHandler ^ UndoUnitDiscarded;
public event EventHandler UndoUnitDiscarded;
member this.UndoUnitDiscarded : EventHandler
Public Custom Event UndoUnitDiscarded As EventHandler
Public Event UndoUnitDiscarded As EventHandler