TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ZoomDetachedEventArgs Class / C1ZoomDetachedEventArgs Constructor
The GcZoom component that has detached to the Form.
The Form that has been detached by GcZoom component.

In This Topic
    C1ZoomDetachedEventArgs Constructor
    In This Topic
    Initializes a new instance of the C1ZoomDetachedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal gcZoom As C1Zoom, _
       ByVal form As Form _
    )
    public C1ZoomDetachedEventArgs( 
       C1Zoom gcZoom,
       Form form
    )

    Parameters

    gcZoom
    The GcZoom component that has detached to the Form.
    form
    The Form that has been detached by GcZoom component.
    See Also