alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved