DesignerTransaction.OnCancel Method

Definition

Raises the Cancel event.

protected:
 abstract void OnCancel();
protected abstract void OnCancel ();
abstract member OnCancel : unit -> unit
Protected MustOverride Sub OnCancel ()

Remarks

When a designer transaction is canceled, the transaction processing mechanism attempts to roll back the changes that have been made so far in the transaction. Whether this succeeds is dependent upon such factors as the type of each operation, whether other operations interfered with any of the involved code's state, and whether a sequence of expected operations failed to complete.

Notes to Implementers

When implemented in a derived class, this method cancels a transaction.

Applies to

See also