RefreshEventArgs::ComponentChanged Property

 

Gets the component that changed its properties, events, or extenders.

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

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

Property Value

Type: System::Object^

The component that changed its properties, events, or extenders, or null if all components of the same type have changed.

.NET Framework
Available since 1.1
Return to top
Show: