Class WriteEditEventArgs
Arguments for the 'WriteEdit' Editor event
Inheritance
System.Object
WriteEditEventArgs
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class WriteEditEventArgs : EventArgs
Fields
| Improve this Doc View SourceEditor
Editor instance that triggered the event
Declaration
public Editor Editor
Field Value
Type | Description |
---|---|
Editor |
Id
Edited row ID
Declaration
public object Id
Field Value
Type | Description |
---|---|
System. |
Values
Data for the row, submitted by the client
Declaration
public Dictionary<string, object> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |