This documentation is archived and is not being maintained.
TypeDescriptor.Refreshed Event
.NET Framework 1.1
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.
Event Data
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. |
Remarks
For more information about handling events, see Consuming Events.
Example
For an example on using this event, see the sample in RefreshEventHandler.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace
Show: