TypeDescriptor::Refresh Method (Type^)
Clears the properties and events for the specified type of component from the cache.
Assembly: System (in System.dll)
Call this version of this method only when you do not have an instance of the object.
Properties and events are cached by TypeDescriptor for speed. Typically, they are constant for the lifetime of an object. However, extender providers and designers can change the set of properties on an object. If they do, they can call this method to clear the property and event descriptors of the object. This method is used only at design time. It is not used during run time.
This method also raises a Refreshed event when the properties or events of a component change. This event is only raised if there was a prior call to the GetProperties or GetEvents method that cached the information.
Available since 1.1