Show / Hide Table of Contents

Class PostCreateEventArgs

Arguments for the 'PostCreate' Editor event

Inheritance
System.Object
PostCreateEventArgs
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class PostCreateEventArgs : EventArgs

Fields

| Improve this Doc View Source

Data

Data for the new row, as read from the database

Declaration
public Dictionary<string, object> Data
Field Value
Type Description
Dictionary<System.String, System.Object>
| Improve this Doc View Source

Editor

Editor instance that triggered the event

Declaration
public Editor Editor
Field Value
Type Description
Editor
| Improve this Doc View Source

Id

Newly created row id

Declaration
public object Id
Field Value
Type Description
System.Object
| Improve this Doc View Source

Values

Data for the new row, submitted by the client

Declaration
public Dictionary<string, object> Values
Field Value
Type Description
Dictionary<System.String, System.Object>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX