Class DataGridSelectionPropertyChangedEventArgs
Provides data for the ProcessOnGroupChanged(DataGridGroupDescriptionChangedEventArgs) override for processing sorting changes.
Inheritance
System.Object
DataGridSelectionPropertyChangedEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridSelectionPropertyChangedEventArgs : Object
Constructors
DataGridSelectionPropertyChangedEventArgs()
Initializes a new instance of the DataGridSelectionPropertyChangedEventArgs class.
Declaration
public DataGridSelectionPropertyChangedEventArgs()
Properties
NewValue
Gets or sets the new value of the selection property changed.
Declaration
public object NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the new value of the selection property changed. |
OldValue
Gets or sets the old value of the selection property changed.
Declaration
public object OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the old value of the selection property changed. |
PropertyName
Gets or sets the name of the property related to the event.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the property related to the event. |