menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigatingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved