System.ComponentModel.RefreshEventArgs Class

Provides data for the TypeDescriptor.Refreshed event.

See Also: RefreshEventArgs Members

Syntax

public class RefreshEventArgs : EventArgs

Remarks

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.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0