UndoEngine.UndoUnitCancelled 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從復原堆疊中取消復原單位時發生。
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)