RefreshEventArgs Construtores

Definição

Inicializa uma nova instância da RefreshEventArgs classe.

Sobrecargas

Name Description
RefreshEventArgs(Object)

Inicializa uma nova instância da RefreshEventArgs classe com o componente que mudou.

RefreshEventArgs(Type)

Inicializa uma nova instância da RefreshEventArgs classe com o tipo de componente que mudou.

RefreshEventArgs(Object)

Inicializa uma nova instância da RefreshEventArgs classe com o componente que mudou.

public:
 RefreshEventArgs(System::Object ^ componentChanged);
public RefreshEventArgs(object componentChanged);
new System.ComponentModel.RefreshEventArgs : obj -> System.ComponentModel.RefreshEventArgs
Public Sub New (componentChanged As Object)

Parâmetros

componentChanged
Object

O componente que mudou.

Ver também

Aplica-se a

RefreshEventArgs(Type)

Inicializa uma nova instância da RefreshEventArgs classe com o tipo de componente que mudou.

public:
 RefreshEventArgs(Type ^ typeChanged);
public RefreshEventArgs(Type typeChanged);
new System.ComponentModel.RefreshEventArgs : Type -> System.ComponentModel.RefreshEventArgs
Public Sub New (typeChanged As Type)

Parâmetros

typeChanged
Type

Depois Type , isso mudou.

Ver também

Aplica-se a