New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

C#
public SelectionEventArgs(DateTimeCollection dates, List<DateTime> newDates)
Parameters:datesDateTimeCollectionnewDatesList<DateTime>
C#
public SelectionEventArgs(DateTimeCollection dates)
Parameters:datesDateTimeCollection

Properties

Gets a refference to the SelectedDates collection, represented by the Telerik RadCalendar component that rise the SelectionChanging event.

C#
public DateTimeCollection Dates { get; }

Gets a refference to the Dates which will be selected

C#
public List<DateTime> NewDates { get; }