Gets or sets the component that is the cause of this event.
[Visual Basic] Public ReadOnly Property Component As Object [C#] public object Component {get;} [C++] public: __property Object* get_Component(); [JScript] public function get Component() : Object;
An System.ComponentModel.Design.IComponent that represents the associated component.
ComponentChangedEventArgs Class | ComponentChangedEventArgs Members | System.ComponentModel.Design Namespace