[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.C1ZoomAttachedEventArgs.-ctor

C1ZoomAttachedEventArgs Constructor

C1ZoomAttachedEventArgs(C1Zoom, Form)

Initializes a new instance of the C1ZoomAttachedEventArgs class.

Declaration
public C1ZoomAttachedEventArgs(C1Zoom gcZoom, Form form)
Public Sub New(gcZoom As C1Zoom, form As Form)
Parameters
Type Name Description
C1Zoom gcZoom

The GcZoom component that has attached to the Form.

Form form

The Form that has been attached by GcZoom component.