WinForms

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

    Show / Hide Table of Contents

    Class BarSelectionChangedEventArgs

    Provides data for a BarSelectionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    BarSelectionChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools.Navigation
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarSelectionChangedEventArgs : EventArgs

    Constructors

    BarSelectionChangedEventArgs(Bar)

    Initializes a new instance of the BarSelectionChangedEventArgs class.

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

    The selected bar.

    Properties

    Bar

    Gets or sets the selected bar.

    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