Gets the component that has changed its properties, events, or extenders.
[Visual Basic] Public ReadOnly Property ComponentChanged As Object [C#] public object ComponentChanged {get;} [C++] public: __property Object* get_ComponentChanged(); [JScript] public function get ComponentChanged() : Object;
The component that has changed its properties, events, or extenders; or a null reference (in Visual Basic Nothing) if all components of the same type have changed.
RefreshEventArgs Class | RefreshEventArgs Members | System.ComponentModel Namespace