TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ZoomPanel Class / OnParentChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnParentChanged Method (C1ZoomPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnParentChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnParentChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    Exceptions
    ExceptionDescription
    GcZoomPanel can't be a child of another GcZoomPanel
    See Also