Raised when the end of the selected value range has changed.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<EventArgs> SelectionEndChanged |
Visual Basic
Copy Code
|
|---|
Public Event SelectionEndChanged As EventHandler(Of EventArgs) |
Event DataSelectionEndChanged event handlers receive an argument of type EventArgs.
See Also