Initializes a new instance of the RefreshEventArgs class.
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);
RefreshEventArgs Class | RefreshEventArgs Members | System.ComponentModel Namespace