Sub ProcessRecordHook( _ ByVal table As Table, _ ByVal objectValue As Object _ )
Dim instance As IRecordHook Dim table As Table Dim objectValue As Object instance.ProcessRecordHook(table, objectValue)
void ProcessRecordHook( Table table, object objectValue )
void ProcessRecordHook( Table* table, Object* objectValue )
void ProcessRecordHook( Table^ table, Object^ objectValue )
Parameters
- table
- The table mapping
- objectValue
- The object for the event