Class GridDataRecordDeletedEventArgs
Provides a cancelleable data when the record is deleted.
Inheritance
System.Object
GridDataRecordDeletedEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridDataRecordDeletedEventArgs : EventArgs
Constructors
GridDataRecordDeletedEventArgs()
Initializes a new instance of the GridDataRecordDeletedEventArgs class.
Declaration
public GridDataRecordDeletedEventArgs()
Properties
Record
Gets the record.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The record. |
RecordIndex
Gets the index of the record.
Declaration
public int RecordIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the record. |
Records
Declaration
public List<object> Records { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Object> |