WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarControlBindingChangedArgs - WindowsForms API Reference | Syncfusion BarControlBindingChanged event. ">

    Show / Hide Table of Contents

    Class BarControlBindingChangedArgs

    Provides data for the BarControlBindingChanged event.

    Inheritance
    System.Object
    System.EventArgs
    BarControlBindingChangedArgs
    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.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarControlBindingChangedArgs : EventArgs
    Remarks

    A BarControlBindingChangedArgs specifies which Bar object is being bound/unbound to a control as specified by the BarControlBindingChangeType.

    Constructors

    BarControlBindingChangedArgs(Bar, Control, BarControlBindingChangeType)

    Declaration
    public BarControlBindingChangedArgs(Bar bar, Control barControl, BarControlBindingChangeType changeType)
    Parameters
    Type Name Description
    Bar bar
    System.Windows.Forms.Control barControl
    BarControlBindingChangeType changeType

    Properties

    Bar

    Returns the Bar whose binding was changed.

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

    BarControl

    Declaration
    public Control BarControl { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    ChangeType

    Returns the nature of change in Control binding.

    Declaration
    public BarControlBindingChangeType ChangeType { get; }
    Property Value
    Type Description
    BarControlBindingChangeType

    See Also

    BarControlBindingChanged
    OnBarControlBindingChanged(BarControlBindingChangedArgs)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved