AxpDataGrid

AxpDataGrid.AfterUpdateRecord Event

Triggers after a record has been updated.

[Visual Basic]
Public Event AfterUpdateRecord As AfterUpdateRecordEventHandler
[C#]
public event AfterUpdateRecordEventHandler AfterUpdateRecord;

Event Data

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

Remarks

AxpDataGrid.UpdateFields can be inspected.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace