DXCalendar.SelectedDateChanged Event
In This Article
Fires when the date selected in the calendar changes.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public event EventHandler<EventArgs> SelectedDateChanged
#Event Data
The SelectedDateChanged event's data class is EventArgs.
See Also