Search
DiagramView.OnScrollChanged Method
See Also
 






Raises the ScrollChanged event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnScrollChanged (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnScrollChanged( _
    e As EventArgs _
)

 Parameters

e

An object that contains the event data.

 See Also