Class GridDataNewRecordAddingEventArgs
Provides data for validating new record.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataNewRecordAddingEventArgs : SyncfusionCancelEventArgs
Constructors
GridDataNewRecordAddingEventArgs(Object)
Initializes a new instance of the GridDataNewRecordAddingEventArgs class.
Declaration
public GridDataNewRecordAddingEventArgs(object data)
Parameters
Type | Name | Description |
---|---|---|
System.Object | data | Record Data. |
Properties
Data
Gets or sets the RecordEntry.
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object | Record Entry. |
Handled
Gets or sets handle
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |