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