Click or drag to resize
SelectedDatesEventArgs Class
Arguments class used when the SelectionChanged event is fired.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.Controls.CalendarSelectedDatesEventArgs

Namespace: Kettic.AspNet.Controls.Calendar
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class SelectedDatesEventArgs : EventArgs

The SelectedDatesEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSelectedDatesEventArgs
Top
Properties
  NameDescription
Public propertySelectedDates
Gets a reference to the SelectedDates collection, represented by the Kettic KaxCalendar component that rise the SelectionChanged event.
Top
See Also