TransactedChangeCallback Delegate
.NET Framework (current version)
A delegate that refers to a method in a custom DesignerActionList object that is to be called by the InvokeTransactedChange method for implementing property changes in the designer's associated control.
Assembly: System.Design (in System.Design.dll)
Parameters
- context
-
Type:
System::Object^
The method to call when the transaction is invoked.
Return Value
Type: System::Booleantrue if the transaction completed successfully; false if the transaction should be rolled back.
For a code example, see InvokeTransactedChange.
.NET Framework
Available since 2.0
Available since 2.0
Show: