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

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

    Parameters

    gcZoom
    The GcZoom component that has attached to the Form.
    form
    The Form that has been attached 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