Raised when a scroll arrow has been clicked.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ScrollArrowEventArgs> ScrollArrowClicked |
Visual Basic
Copy Code
|
|---|
Public Event ScrollArrowClicked As EventHandler(Of ScrollArrowEventArgs) |
See Also