Show / Hide Table of Contents

Class PreGetEventArgs

Arguments for the 'PreGet' Editor event

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

Fields

| Improve this Doc View Source

Cancel

Event cancel flag. Set to true in your event handler to stop any further processing after the event has been triggered.

Declaration
public bool Cancel
Field Value
Type Description
System.Boolean
| 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

Id of the row to select - can be null to indicate that all rows will be selected

Declaration
public object Id
Field Value
Type Description
System.Object
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX