ToolStripControlHost::OnParentChanged Method (ToolStrip^, ToolStrip^)

 

Raises the ParentChanged event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnParentChanged(
	ToolStrip^ oldParent,
	ToolStrip^ newParent
) override

Parameters

oldParent
Type: System.Windows.Forms::ToolStrip^

The original parent of the item.

newParent
Type: System.Windows.Forms::ToolStrip^

The new parent of the item.

.NET Framework
Available since 2.0
Return to top
Show: