Occurs when the drop-down calendar date selection changes.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DateEventArgs> SelectedDateChanged |
Visual Basic
Copy Code
|
|---|
Public Event SelectedDateChanged As EventHandler(Of DateEventArgs) |
Event DataSelectedDateChanged event handlers receive an argument of type DateEventArgs.
See Also