Class BarControlBindingChangedArgs
Provides data for the BarControlBindingChanged event.
Inheritance
System.Object
System.EventArgs
BarControlBindingChangedArgs
Inherited Members
System.EventArgs.Empty
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 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 |
---|
Bar |
BarControl
Declaration
public Control BarControl { get; }
Property Value
Type |
---|
System.Windows.Forms.Control |
ChangeType
Returns the nature of change in Control binding.
Declaration
public BarControlBindingChangeType ChangeType { get; }
Property Value
Type |
---|
BarControlBindingChangeType |