Provides data for the TypeDescriptor.Refreshed event.
See Also: RefreshEventArgs Members
Typically, component information does not change for the life of a process. During design time, however, you can change the component's properties or events. As a result, the component's information in System.ComponentModel.TypeDescriptor becomes out-of-date, and a TypeDescriptor.Refreshed event is raised. A TypeDescriptor.Refreshed event is also raised when a Type is changed during design time.
A System.ComponentModel.RefreshEventArgs object specifies the data associated with the TypeDescriptor.Refreshed event; that is, the component and the type of component that changed.
The System.ComponentModel.RefreshEventArgs class provides RefreshEventArgs.ComponentChanged and RefreshEventArgs.TypeChanged properties to get the component or type that raised the event.