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 Constructor

Initializes a new instance of the RefreshEventArgs class.

Overload List

Initializes a new instance of the RefreshEventArgs class with the component that has changed.

[Visual Basic] Overloads Public Sub New(Object)
[C#] public RefreshEventArgs(Object);
[C++] public: RefreshEventArgs(Object*);
[JScript] public function RefreshEventArgs(Object);

Initializes a new instance of the RefreshEventArgs class with the type of component that has changed.

[Visual Basic] Overloads Public Sub New(Type)
[C#] public RefreshEventArgs(Type);
[C++] public: RefreshEventArgs(Type*);
[JScript] public function RefreshEventArgs(Type);

See Also

RefreshEventArgs Class | RefreshEventArgs Members | System.ComponentModel Namespace