Gets or sets the component associated with the event.
[Visual Basic] Overridable Public ReadOnly Property Component As IComponent [C#] public IComponent Component {virtual get;} [C++] public: __property virtual IComponent* get_Component(); [JScript] public function get Component() : IComponent;
The component associated with the event.
ComponentEventArgs Class | ComponentEventArgs Members | System.ComponentModel.Design Namespace | IComponent