RefreshEventArgs 构造函数
定义
初始化 RefreshEventArgs 类的新实例。Initializes a new instance of the RefreshEventArgs class.
重载
| RefreshEventArgs(Object) |
用已更改的组件初始化 RefreshEventArgs 类的新实例。Initializes a new instance of the RefreshEventArgs class with the component that has changed. |
| RefreshEventArgs(Type) |
用已更改的组件类型初始化 RefreshEventArgs 类的新实例。Initializes a new instance of the RefreshEventArgs class with the type of component that has changed. |
RefreshEventArgs(Object)
用已更改的组件初始化 RefreshEventArgs 类的新实例。Initializes a new instance of the RefreshEventArgs class with the component that has changed.
public:
RefreshEventArgs(System::Object ^ componentChanged);
public RefreshEventArgs (object componentChanged);
new System.ComponentModel.RefreshEventArgs : obj -> System.ComponentModel.RefreshEventArgs
Public Sub New (componentChanged As Object)
参数
- componentChanged
- Object
已更改的组件。The component that changed.
另请参阅
适用于
RefreshEventArgs(Type)
用已更改的组件类型初始化 RefreshEventArgs 类的新实例。Initializes a new instance of the RefreshEventArgs class with the type of component that has changed.
public:
RefreshEventArgs(Type ^ typeChanged);
public RefreshEventArgs (Type typeChanged);
new System.ComponentModel.RefreshEventArgs : Type -> System.ComponentModel.RefreshEventArgs
Public Sub New (typeChanged As Type)