ChildChangedEventArgs(Object) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Valor de la Child propiedad antes de asignar el nuevo valor.

Se aplica a

Consulte también