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.
    See Also