TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / OnZoomFactorChanged Method
The System.EventArgs instance containing the event data.

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

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also