Class SelectionPropertyChangedHandlerArgs
Provides data for handling selection when the selection related properties are changed.
Inheritance
System.Object
    SelectionPropertyChangedHandlerArgs
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class SelectionPropertyChangedHandlerArgs : Object
  Constructors
SelectionPropertyChangedHandlerArgs()
Initializes a new instance of the SelectionPropertyChangedHandlerArgs class.
Declaration
public SelectionPropertyChangedHandlerArgs()
  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.  |