CanEasy COM-Help
CanEasy::_IVstaIntegrationEvents Interface Reference

Detailed Description

Events provided by VSTAIntegration

dispinterface _IVstaIntegrationEvents
{
properties:
methods:
HRESULT OnAddInClosed([in] BSTR sAddIn);
HRESULT OnAddInOpened([in] BSTR sAddIn);
HRESULT OnAddInPathChanged([in] BSTR sOldPath, [in] BSTR sNewPath);
HRESULT OnGotDirty();
HRESULT OnAddInStatusChanged([in] BSTR sAddIn, [in] enum AddInStatus enStatus);
};

Definition at line 8580 of file cand_tlb.idl.

Member Function Documentation

◆ OnAddInClosed()

HRESULT CanEasy::_IVstaIntegrationEvents::OnAddInClosed ( [in] BSTR  sAddIn)

Called when add-in gets closed

◆ OnAddInOpened()

HRESULT CanEasy::_IVstaIntegrationEvents::OnAddInOpened ( [in] BSTR  sAddIn)

Called when add-in is opened

◆ OnAddInPathChanged()

HRESULT CanEasy::_IVstaIntegrationEvents::OnAddInPathChanged ( [in] BSTR  sOldPath,
[in] BSTR  sNewPath 
)

Called when name of add-in changed

◆ OnAddInStatusChanged()

HRESULT CanEasy::_IVstaIntegrationEvents::OnAddInStatusChanged ( [in] BSTR  sAddIn,
[in] enum AddInStatus  enStatus 
)

Called when status flag of add-in changed

◆ OnGotDirty()

HRESULT CanEasy::_IVstaIntegrationEvents::OnGotDirty ( )

Called when dirty flag of add-in changed

CanEasy::_IVstaIntegrationEvents::OnGotDirty
HRESULT OnGotDirty()
CanEasy::_IVstaIntegrationEvents::OnAddInPathChanged
HRESULT OnAddInPathChanged([in] BSTR sOldPath, [in] BSTR sNewPath)
CanEasy::_IVstaIntegrationEvents::OnAddInStatusChanged
HRESULT OnAddInStatusChanged([in] BSTR sAddIn, [in] enum AddInStatus enStatus)
CanEasy::_IVstaIntegrationEvents::OnAddInOpened
HRESULT OnAddInOpened([in] BSTR sAddIn)
CanEasy::_IVstaIntegrationEvents::OnAddInClosed
HRESULT OnAddInClosed([in] BSTR sAddIn)
CanEasy::AddInStatus
AddInStatus
Definition: cand_tlb.idl:539