DesignerTransaction::Commit Method ()

 

Commits this transaction.

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

public:
void Commit()

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

Once a transaction has been committed, further calls to this method do nothing. Always call this method after creating a transaction to ensure that the transaction closes properly.

NamedPermissionSet

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

.NET Framework
Available since 1.1
Return to top
Show: