UndoEngine Constructor (IServiceProvider^)
.NET Framework (current version)
Initializes a new instance of the UndoEngine class.
Assembly: System.Design (in System.Design.dll)
Parameters
- provider
-
Type:
System::IServiceProvider^
A parenting service provider.
| Exception | Condition |
|---|---|
| ArgumentNullException | provider is null. |
| NotSupportedException | A required service cannot be found. See UndoEngine for required services. If you have removed this service, ensure that you provide a replacement. |
The UndoEngine requires several services from the provider parameter to be useful.
.NET Framework
Available since 2.0
Available since 2.0
Show: