Class PropertyChangingEventArgs
Provides data for the System.ComponentModel.INotifyPropertyChanging.PropertyChanging event.
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.Data
Assembly: Syncfusion.Data.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 | The name of the property whose value is changing. |
Properties
PropertyName
Gets the name of the property whose value is changing.
Declaration
public virtual string PropertyName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the property whose value is changing. |