WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarSelectionChangingEventArgs

    Show / Hide Table of Contents

    Class BarSelectionChangingEventArgs

    Provides data for a BarSelectionChanging event.

    Inheritance
    System.Object
    BarSelectionChangingEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools.Navigation
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarSelectionChangingEventArgs : CancelEventArgs

    Constructors

    BarSelectionChangingEventArgs(Bar)

    Initializes a new instance of the BarSelectionChangingEventArgs class.

    Declaration
    public BarSelectionChangingEventArgs(Bar bar)
    Parameters
    Type Name Description
    Bar bar

    The bar to be selected.

    Remarks

    System.ComponentModel.CancelEventArgs.Cancel property is set to false.

    BarSelectionChangingEventArgs(Boolean, Bar)

    Initializes a new instance of the BarSelectionChangingEventArgs class.

    Declaration
    public BarSelectionChangingEventArgs(bool cancel, Bar bar)
    Parameters
    Type Name Description
    System.Boolean cancel

    true to cancel the event; otherwise, false.

    Bar bar

    The bar to be selected.

    Properties

    Bar

    Gets or sets the bar to be selected.

    Declaration
    public Bar Bar { get; set; }
    Property Value
    Type Description
    Bar
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved