Raised when the user clicks with the mouse on a specific date in the calendar.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public event EventHandler<DateEventArgs> DateClicked |
Visual Basic
![]() |
---|
Public Event DateClicked As EventHandler(Of DateEventArgs) |
DateClicked event handlers receive an argument of type DateEventArgs.