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