Raises when the currently selected date in the calendar is changed interactively.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DateEventArgs> DateSelectionChanged |
Visual Basic
Copy Code
|
|---|
Public Event DateSelectionChanged As EventHandler(Of DateEventArgs) |
Event DataDateSelectionChanged event handlers receive an argument of type DateEventArgs.
See Also