DesignerTransaction::Canceled Property

 

Gets a value indicating whether the transaction was canceled.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
property bool Canceled {
	bool get();
}

Property Value

Type: System::Boolean

true if the transaction was canceled; otherwise, false.

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.

NamedPermissionSet

for full access to system resources. Demand value: InheritanceDemand. Associated state:

.NET Framework
Available since 1.1
Return to top
Show: