Search
DiagramView.ScrollChanged Event
See Also
 





Occurs when the scroll position has changed.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public event EventHandler ScrollChanged

Visual Basic  Copy Code

Public Event ScrollChanged As EventHandler

 Event Data

ScrollChanged event handlers receive an argument of type EventArgs.

 See Also