ComponentEventArgs::Component Property

 

Gets the component associated with the event.

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

public:
property IComponent^ Component {
	virtual IComponent^ get();
}

Property Value

Type: System.ComponentModel::IComponent^

The component associated with the event.

.NET Framework
Available since 1.1
Return to top
Show: