Class PropertyChangingEventArgs
Class which inherits from the System.EventArgs.
Inheritance
System.Object
PropertyChangingEventArgs
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.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 |