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

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

    Parameters

    e
    The C1ZoomDetachedEventArgs instance containing the event data.
    See Also