ChildChangedEventArgs(Object) Constructor

Definition

Initializes a new instance of the ChildChangedEventArgs class.

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)

Parameters

previousChild
Object

The value of the Child property before the new value was assigned.

Applies to

See also