Class
SelectionEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

SelectionEventArgs(DateTimeCollection)

Declaration

cs-api-definition
public SelectionEventArgs(DateTimeCollection dates)

Parameters

dates

DateTimeCollection

SelectionEventArgs(DateTimeCollection, List<DateTime>)

Declaration

cs-api-definition
public SelectionEventArgs(DateTimeCollection dates, List<DateTime> newDates)

Parameters

dates

DateTimeCollection

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

DateTimeCollection

NewDates

Gets a refference to the Dates which will be selected

Declaration

cs-api-definition
public List<DateTime> NewDates { get; }

Property Value

List<DateTime>