|
CanEasy COM-Help
|
Events provided by the record (see class Record)
Definition at line 6370 of file cand_tlb.idl.
| HRESULT CanEasy::_IRecordEvents::OnRecordChanged | ( | [in] enum RecordChangedEvent | nReason | ) |
Called if record was loaded/unloaded
| nReason | Gives information about loaded/unloaded |
| HRESULT CanEasy::_IRecordEvents::OnRecordChangedSync | ( | [in] enum RecordChangedEvent | nReason | ) |
Called if record was loaded/unloaded from main thread
| nReason | Gives information about loaded/unloaded |
| HRESULT CanEasy::_IRecordEvents::OnWrite | ( | ) |
Called if new record entry was inserted into the record
| HRESULT CanEasy::_IRecordEvents::OnWriteSync | ( | ) |
Called if new record entry was inserted into the record from runtime thread