CanEasy COM-Help
CanEasy::_IAttributeEvents Interface Reference

Detailed Description

Events provided by an attribute

dispinterface _IAttributeEvents
{
properties:
methods:
HRESULT OnChanged();
HRESULT OnChangedSync();
};

Definition at line 1955 of file cand_tlb.idl.

Member Function Documentation

◆ OnChanged()

HRESULT CanEasy::_IAttributeEvents::OnChanged ( )

Called when attribute is changed from owner thread

◆ OnChangedSync()

HRESULT CanEasy::_IAttributeEvents::OnChangedSync ( )

Called when attribute is changed from thread who changed the attribute

CanEasy::_IAttributeEvents::OnChangedSync
HRESULT OnChangedSync()
CanEasy::_IAttributeEvents::OnChanged
HRESULT OnChanged()