UndoEngine Constructor (IServiceProvider^)

 

Initializes a new instance of the UndoEngine class.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
UndoEngine(
	IServiceProvider^ provider
)

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
Return to top
Show: