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

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

    Parameters

    e
    The C1ZoomAttachedEventArgs instance containing the event data.
    See Also