OnParentChanged Method

Syntax
C#
VB
C++
protected override void OnParentChanged( 
   ToolStrip oldParent, 
   ToolStrip newParent 
) 
  
Protected Overrides Sub OnParentChanged( _ 
   ByVal oldParent As ToolStrip, _ 
   ByVal newParent As ToolStrip _ 
)  
protected: 
void OnParentChanged(  
   ToolStrip^ oldParent, 
   ToolStrip^ newParent 
) override  

Parameters

oldParent
The original parent of the item.

newParent
The new parent of the item.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.