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