Occurs when the Refreshed event is raised for a component.
[Visual Basic] Public Shared Event Refreshed As RefreshEventHandler [C#] public static event RefreshEventHandler Refreshed; [C++] public: static __event RefreshEventHandler* Refreshed;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
The event handler receives an argument of type RefreshEventArgs containing data related to this event. The following RefreshEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ComponentChanged | Gets the component that changed its properties, events, or extenders. |
| TypeChanged | Gets the Type that changed its properties or events. |
For more information about handling events, see
For an example on using this event, see the sample in RefreshEventHandler.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace