TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ZoomAttachingEventArgs Class / C1ZoomAttachingEventArgs Constructor
The C1Zoom component that preparing attach to the Form.
The C1Zoom component that preparing attach to the Form.

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

    Parameters

    gcZoom
    The C1Zoom component that preparing attach to the Form.
    form
    The C1Zoom component that preparing attach to the Form.
    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