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