Class GridDataNewRecordAddedEventArgs
Provides the new record added.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |