Class PostRemoveEventArgs
Arguments for the 'PostRemove' Editor event
Inheritance
System.Object
PostRemoveEventArgs
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class PostRemoveEventArgs : EventArgs
Fields
| Improve this Doc View SourceEditor
Editor instance that triggered the event
Declaration
public Editor Editor
Field Value
| Type | Description |
|---|---|
| Editor |
Id
Id of the row to be removed
Declaration
public object Id
Field Value
| Type | Description |
|---|---|
| System.Object |
Values
Values submitted to the server by the client
Declaration
public Dictionary<string, object> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, System.Object> |