MindFusion.Wpf Pack Programmer's Guide
Calendar.DateSelectionChanged Event
See Also
 





Raises when the currently selected date in the calendar is changed interactively.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public event EventHandler<DateEventArgs> DateSelectionChanged

Visual Basic  Copy Code

Public Event DateSelectionChanged As EventHandler(Of DateEventArgs)

 Event Data

DateSelectionChanged event handlers receive an argument of type DateEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace