SelectionEventArgs
Class
Arguments class used when the SelectionChanging event is fired.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public sealed class SelectionEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsSelectionEventArgs
Inherited Members
Constructors
C#
public SelectionEventArgs(DateTimeCollection dates, List<DateTime> newDates)
Properties
Gets a refference to the SelectedDates collection, represented by the Telerik RadCalendar component that rise the SelectionChanging event.
C#
public DateTimeCollection Dates { get; }