TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / OnControlBoundsZooming Method
The ControlBoundsZoomingEventArgs instance containing the event data.

In This Topic
    OnControlBoundsZooming Method (C1Zoom)
    In This Topic
    Raises the ControlBoundsZooming event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnControlBoundsZooming( _
       ByVal e As ControlBoundsZoomingEventArgs _
    ) 
    protected virtual void OnControlBoundsZooming( 
       ControlBoundsZoomingEventArgs e
    )

    Parameters

    e
    The ControlBoundsZoomingEventArgs instance containing the event data.
    See Also