alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class AfterLabelEditEventArgs

    Represent the class for AfterLabelEditEventArgs

    Inheritance
    System.Object
    System.EventArgs
    AfterLabelEditEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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

    Value for HeaderAfterEdit

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved