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