The properties of the ComponentChangedEventArgs class are listed below. For a complete list of ComponentChangedEventArgs class members, see the ComponentChangedEventArgs Members topic.
Component | Gets or sets the component that is the cause of this event. |
ExtendedInfo (inherited from EventArgs) | Holds a reference to an object that manages the event's state. |
Member | Gets or sets the member that is about to change. |
NewValue | Gets or sets the new value of the changed member. |
OldValue | Gets or sets the old value of the changed member. |
ComponentChangedEventArgs Class | System.ComponentModel.Design Namespace