Provides data for the Refresh event.
Object
EventArgs
RefreshEventArgs
[Visual Basic] Public Class RefreshEventArgs Inherits EventArgs [C#] public class RefreshEventArgs : EventArgs [C++] public __gc class RefreshEventArgs : public EventArgs [JScript] public class RefreshEventArgs extends EventArgs
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 TypeDescriptor is out of date, and a Refresh event is raised. A Refresh event is also raised when a Type is changed during design time.
A RefreshEventArgs object specifies the data associated with the Refresh event, that is, the component and the type of component that changed.
The RefreshEventArgs class provides ComponentChanged and TypeChanged properties to get the component or type that raised the event.
Namespace: System.ComponentModel
Assembly: System.dll
RefreshEventArgs Members | System.ComponentModel Namespace | RefreshEventHandler | TypeDescriptor | Refresh