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 |
|
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 |
---|
Bar |