Click or drag to resize
PreEditEventArgs Fields

The PreEditEventArgs type exposes the following members.

Fields
  NameDescription
Public fieldCancel
Event cancel flag. Set to `true` in your event handler to stop any further processing after the event has been triggered.
Public fieldEditor
Editor instance that triggered the event
Public fieldId
Id of the row to be edited
Public fieldValues
Values submitted to the server by the client
Top
See Also