Class GridDataNewRecordAddedEventArgs
Provides the new record added.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataNewRecordAddedEventArgs : SyncfusionEventArgs
Constructors
GridDataNewRecordAddedEventArgs(RecordEntry)
Initializes a new instance of the GridDataNewRecordAddedEventArgs class.
Declaration
public GridDataNewRecordAddedEventArgs(RecordEntry record)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Data.RecordEntry | record |
Properties
Record
Gets or sets the data.
Declaration
public RecordEntry Record { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.Windows.Data.RecordEntry | Record Data. |