NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RefreshEventArgs Class

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

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 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.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

RefreshEventArgs Members | System.ComponentModel Namespace | RefreshEventHandler | TypeDescriptor | Refresh