ControlDesigner.InvokeTransactedChange Method
.NET Framework (current version)
Wraps a series of changes into a transaction, using the specified parameters that can be rolled back as a unit with the undo functionality of the design host.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | InvokeTransactedChange(IComponent, TransactedChangeCallback, Object, String) | Wraps a series of changes into a transaction, using the specified parameters that can be rolled back as a unit with the undo functionality of the design host. |
![]() ![]() | InvokeTransactedChange(IComponent, TransactedChangeCallback, Object, String, MemberDescriptor) | Wraps a series of changes into a transaction, using the specified parameters that can be rolled back as a unit with the undo functionality of the design host. |
![]() ![]() | InvokeTransactedChange(IServiceProvider, IComponent, TransactedChangeCallback, Object, String, MemberDescriptor) | Wraps a series of changes into a transaction, using the specified parameters that can be rolled back as a unit with the undo functionality of the design host. |
Show:

