ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / OnParentChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnParentChanged Method (C1Sizer)
    In This Topic
    Raises the System.Windows.Forms.Control.OnParentChanged(System.EventArgs) event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnParentChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnParentChanged( 
       System.EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also