WPF

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

    Show / Hide Table of Contents

    Class BeforeLabelEditEventArgs

    Represents the Before Label Edit EventArgs class

    Inheritance
    System.Object
    System.EventArgs
    BeforeLabelEditEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class BeforeLabelEditEventArgs : EventArgs

    Constructors

    BeforeLabelEditEventArgs(TabItemExt)

    Initializes a new instance of the BeforeLabelEditEventArgs class.

    Declaration
    public BeforeLabelEditEventArgs(TabItemExt tabitem)
    Parameters
    Type Name Description
    TabItemExt tabitem

    Properties

    Cancel

    Gets or sets a value indicating whether the tab item header editing can be enabled or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    If it’s set to true, the editing is disabled otherwise the editing is enabled.

    HeaderBeforeEdit

    Gets or sets the header before edit.

    Declaration
    public object HeaderBeforeEdit { get; set; }
    Property Value
    Type Description
    System.Object

    The header before 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 - 2023 Syncfusion Inc. All Rights Reserved