ControlDesigner.InvokeTransactedChange Method
.NET Framework 2.0
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.
| Name | Description |
|---|---|
| ControlDesigner.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. |
| ControlDesigner.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. |
| ControlDesigner.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: