menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PropertyChangingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PropertyChangingEventArgs

    Class which inherits from the System.EventArgs.

    Inheritance
    System.Object
    System.EventArgs
    PropertyChangingEventArgs
    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.DataSource
    Assembly: Syncfusion.DataSource.WinForms.dll
    Syntax
    public class PropertyChangingEventArgs : EventArgs

    Constructors

    PropertyChangingEventArgs(String)

    Initializes a new instance of the PropertyChangingEventArgs class.

    Declaration
    public PropertyChangingEventArgs(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Represents the property name.

    Properties

    PropertyName

    Gets the name of the property whose value is changing.

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