Raised after the magnifier tool is rendered to allow appearance customization.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawEventArgs> DrawMagnifier |
Visual Basic
Copy Code
|
|---|
Public Event DrawMagnifier As EventHandler(Of DrawEventArgs) |
Event DataZoomFactorChanged event handlers receive an argument of type DrawEventArgs.
See Also