Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripSplitButton Class / OnParentChanged Method

In This Topic
    OnParentChanged Method (C1EditorToolStripSplitButton)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnParentChanged( _
       ByVal oldParent As System.Windows.Forms.ToolStrip, _
       ByVal newParent As System.Windows.Forms.ToolStrip _
    ) 
    protected virtual void OnParentChanged( 
       System.Windows.Forms.ToolStrip oldParent,
       System.Windows.Forms.ToolStrip newParent
    )

    Parameters

    oldParent
    newParent
    See Also