alexa
menu

WinForms

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

    Show / Hide Table of Contents

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