Click or drag to resize
IListDetailEditorViewT Events

The IListDetailEditorViewT generic type exposes the following members.

Events
  NameDescription
Public eventDeleteRecordClicked
Raised when the user indicates that they want to delete an existing record.
Public eventNewRecordClicked
Raised when the user indicates that they want to create a new record.
Public eventResetClicked
Raised when the user has indicated that they want to rollback their changes to the selected record.
Public eventSaveClicked
Raised when the user indicates that they want to save their changes.
Public eventSelectedRecordChanged
Raised when the user has selected a record in the list.
Public eventValueChanged
Raised when the user modifies a value on the selected record.
Top
See Also