Gets or sets the component that is being changed or that is the parent container of the member being changed.
[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;
The component that is about to have a member changed.
ComponentChangingEventArgs Class | ComponentChangingEventArgs Members | System.ComponentModel.Design Namespace