Triggers just before a record is about to be updated in the database.
The event handler receives an argument of type UpdateRecordEventArgs containing data related to this event. The following UpdateRecordEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| PrimaryKeyValues | Primary key values available in the AfterInsertRecord event handler/delegate |
AxpDataGrid.UpdateFields can be inspected. The method AbortCommandExecution can be called to abort the update if needed.
AxpDataGrid Class | Axezz.WebControls Namespace