Class PropertyChangingEventArgs
Provides data for the System.ComponentModel.INotifyPropertyChanging.PropertyChanging event.
Inheritance
System.Object
PropertyChangingEventArgs
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.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. |