EventBindingService Constructor (IServiceProvider^)

 

Initializes a new instance of the EventBindingService class.

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

protected:
EventBindingService(
	IServiceProvider^ provider
)

Parameters

provider
Type: System::IServiceProvider^

The service provider from which EventBindingService will query for services.

Exception Condition
ArgumentNullException

provider is null.

.NET Framework
Available since 2.0
Return to top
Show: