Class BeforeLabelEditEventArgs
Represents the Before Label Edit EventArgs class
Inheritance
System.Object
BeforeLabelEditEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class BeforeLabelEditEventArgs : EventArgs
Constructors
BeforeLabelEditEventArgs(TabItemExt)
Initializes a new instance of the BeforeLabelEditEventArgs class.
Declaration
public BeforeLabelEditEventArgs(TabItemExt tabitem)
Parameters
Type | Name | Description |
---|---|---|
TabItemExt | tabitem |
Properties
Cancel
Gets or sets a value indicating whether the tab item header editing can be enabled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
If it’s set to true, the editing is disabled otherwise the editing is enabled.
HeaderBeforeEdit
Gets or sets the header before edit.
Declaration
public object HeaderBeforeEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The header before edit. |
TabItem
Gets or sets the tab item.
Declaration
public TabItemExt TabItem { get; set; }
Property Value
Type | Description |
---|---|
TabItemExt | The tab item. |