menu

WinForms

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

    Show / Hide Table of Contents

    Class BarChangedEventArgs

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

    Constructors

    BarChangedEventArgs(Bar)

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

    Properties

    Bar

    Returns the Bar that was closed.

    Declaration
    public Bar Bar { get; }
    Property Value
    Type
    Bar

    Empty

    Declaration
    public static BarChangedEventArgs Empty { get; }
    Property Value
    Type
    BarChangedEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved