Primary key values available in the AfterInsertRecord event handler/delegate
The Primary Key(s) of a newly inserted record is available in UpdateRecordEventArgs.PrimaryKeyValues and will contain a comma separated list if a combined primary key is in use.
UpdateRecordEventArgs Class | Axezz.WebControls Namespace