Class NavigatingEventArgs
Provides data for the Navigating event of the SfCalendar control.
Inheritance
System.Object
NavigatingEventArgs
Namespace: Syncfusion.WinForms.Input.Events
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class NavigatingEventArgs : CancelEventArgs
Constructors
NavigatingEventArgs(SelectionRange, SelectionRange)
Initializes a new instance of the NavigatingEventArgs class.
Declaration
public NavigatingEventArgs(SelectionRange oldValue, SelectionRange newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.SelectionRange | oldValue | Old collection of selection range values. |
System.Windows.Forms.SelectionRange | newValue | New collection of selection range values. |
Properties
NewValue
Gets the new SelectedDates range of SfCalendar.
Declaration
public SelectionRange NewValue { get; }
Property Value
Type |
---|
System.Windows.Forms.SelectionRange |
OldValue
Gets the old SelectedDates range of SfCalendar.
Declaration
public SelectionRange OldValue { get; }
Property Value
Type |
---|
System.Windows.Forms.SelectionRange |