ComponentEventArgs Constructor (IComponent^)

 

Initializes a new instance of the ComponentEventArgs class.

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

public:
ComponentEventArgs(
	IComponent^ component
)

Parameters

component
Type: System.ComponentModel::IComponent^

The component that is the source of the event.

.NET Framework
Available since 1.1
Return to top
Show: