TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ApplicationZoom Class / OnC1ZoomAttaching Method
The C1ZoomAttachingEventArgs instance containing the event data.

In This Topic
    OnC1ZoomAttaching Method (C1ApplicationZoom)
    In This Topic
    Raises the C1ZoomAttaching event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnC1ZoomAttaching( _
       ByVal e As C1ZoomAttachingEventArgs _
    ) 
    protected virtual void OnC1ZoomAttaching( 
       C1ZoomAttachingEventArgs e
    )

    Parameters

    e
    The C1ZoomAttachingEventArgs instance containing the event data.
    See Also