LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
OnParentChanged Method
See Also 
Leadtools.Medical.Workstation.UI Namespace > LayoutSelectorToolStripMenuItem Class : OnParentChanged Method




oldParent
The original parent of the item.
newParent
The new parent of the item.
oldParent
The original parent of the item.
newParent
The new parent of the item.
Raises the ParentChanged event. (Inherited from System.Windows.Forms.ToolStripItem.)

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub OnParentChanged( _
   ByVal oldParent As ToolStrip, _
   ByVal newParent As ToolStrip _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayoutSelectorToolStripMenuItem
Dim oldParent As ToolStrip
Dim newParent As ToolStrip
 
instance.OnParentChanged(oldParent, newParent)
C# 
protected override void OnParentChanged( 
   ToolStrip oldParent,
   ToolStrip newParent
)
Managed Extensions for C++ 
protected: void OnParentChanged( 
   ToolStrip* oldParent,
   ToolStrip* newParent
) override 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also