Compartilhar via


ChildChangedEventArgs(Object) Construtor

Definição

Inicializa uma nova instância da classe ChildChangedEventArgs.

public:
 ChildChangedEventArgs(System::Object ^ previousChild);
public ChildChangedEventArgs (object previousChild);
new System.Windows.Forms.Integration.ChildChangedEventArgs : obj -> System.Windows.Forms.Integration.ChildChangedEventArgs
Public Sub New (previousChild As Object)

Parâmetros

previousChild
Object

O valor da propriedade Child antes da atribuição do novo valor.

Aplica-se a

Confira também