Class AfterLabelEditEventArgs
Represent the class for AfterLabelEditEventArgs
Inheritance
System.Object
AfterLabelEditEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class AfterLabelEditEventArgs : EventArgs
Constructors
AfterLabelEditEventArgs(TabItemExt)
Initializes a new instance of the AfterLabelEditEventArgs class.
Declaration
public AfterLabelEditEventArgs(TabItemExt tabitem)
Parameters
Type | Name | Description |
---|---|---|
TabItemExt | tabitem |
Properties
HeaderAfterEdit
Gets or sets the header after edit.
Declaration
public object HeaderAfterEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The header after edit. |
TabItem
Gets or sets the tab item.
Declaration
public TabItemExt TabItem { get; set; }
Property Value
Type | Description |
---|---|
TabItemExt | The tab item. |