ToolStripControlHost::OnParentChanged Method (ToolStrip^, ToolStrip^)
.NET Framework (current version)
Raises the ParentChanged event.
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
Available since 2.0
Show: