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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also