ComponentChangedEventArgs::Component Property

 

Gets the component that was modified.

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

public:
property Object^ Component {
	Object^ get();
}

Property Value

Type: System::Object^

An Object that represents the component that was modified.

.NET Framework
Available since 1.1
Return to top
Show: