WinForms

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

    Show / Hide Table of Contents

    Class TabPanelPropertyChangedEventArgs

    The class that contains data for the PropertyChanged event.

    Inheritance
    System.Object
    TabPanelPropertyChangedEventArgs
    Inherited Members
    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.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabPanelPropertyChangedEventArgs

    Constructors

    TabPanelPropertyChangedEventArgs(String, Object, Object)

    Creates a new instance of the TabPanelPropertyChangedEventArgs class.

    Declaration
    public TabPanelPropertyChangedEventArgs(string affectedProperty, object oldValue, object newValue)
    Parameters
    Type Name Description
    System.String affectedProperty

    The affected property.

    System.Object oldValue

    The old value for the property.

    System.Object newValue

    The new value for the property.

    Properties

    NewValue

    Returns the new value of the property.

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

    OldValue

    Returns the old value of the property.

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

    PropertyName

    Returns the property that was changed.

    Declaration
    public string PropertyName { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved