This documentation is archived and is not being maintained.
ControlDesigner::InvokeTransactedChange Method
Visual Studio 2010
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: