Class LabelEditEventArgs
LabelEditing event arguement class
Inheritance
System.Object
LabelEditEventArgs
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class LabelEditEventArgs : Object
Constructors
LabelEditEventArgs(String)
LabelEdit ends event arguement class initializer
Declaration
public LabelEditEventArgs(string Text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | Text |
Properties
Text
Gets the TabBarText
Declaration
public string Text { get; }
Property Value
| Type |
|---|
| System.String |