GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / OnZoomFactorChanged Method
The System.EventArgs object.

In This Topic
    OnZoomFactorChanged Method (C1GanttView)
    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 object.
    See Also