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 Child propriedade antes do novo valor ser atribuído.

Aplica-se a

Confira também