DesignerTransaction::Committed Property

 

Gets a value indicating whether the transaction was committed.

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

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

Property Value

Type: System::Boolean

true if the transaction was committed; otherwise, false.

When a designer transaction is committed, the transaction is considered complete and does not track further changes.

NamedPermissionSet

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

.NET Framework
Available since 1.1
Return to top
Show: