Search
DiagramView.OnZoomFactorChanged Method
See Also
 






Raises the ZoomFactorChanged event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnZoomFactorChanged (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnZoomFactorChanged( _
    e As EventArgs _
)

 Parameters

e

An object that contains the event data.

 See Also