|
CanEasy COM-Help
|
Events provided by the class WorkspaceModule
Definition at line 8741 of file cand_tlb.idl.
| HRESULT CanEasy::_IWorkspaceModuleEvents::OnLoadWorkspace | ( | [in] VARIANT | vSavedData, |
| [in] BoolValue * | pSuccess | ||
| ) |
Called when workspace is loaded
| HRESULT CanEasy::_IWorkspaceModuleEvents::OnLoadWorkspaceSync | ( | [in] VARIANT | vSavedData, |
| [in] BoolValue * | pSuccess | ||
| ) |
Called when workspace is loaded from main thread
| HRESULT CanEasy::_IWorkspaceModuleEvents::OnNewWorkspace | ( | ) |
Called new workspace button pressed
| HRESULT CanEasy::_IWorkspaceModuleEvents::OnNewWorkspaceSync | ( | ) |
Called new workspace button pressed from main thread
| HRESULT CanEasy::_IWorkspaceModuleEvents::OnSaveWorkspace | ( | [in] BoolValue * | pSaved | ) |
Called when workspace is saved
| pSaved | Set to true if save operation was successfully |
| HRESULT CanEasy::_IWorkspaceModuleEvents::OnSaveWorkspaceSync | ( | [in] BoolValue * | pSaved | ) |
Called when workspace is saved from main thread
| pSaved | Set to true if save operation was successfully |
| HRESULT CanEasy::_IWorkspaceModuleEvents::OnUnLoadWorkspace | ( | ) |
Called workspace is unloaded
| HRESULT CanEasy::_IWorkspaceModuleEvents::OnUnLoadWorkspaceSync | ( | ) |
Called workspace is unloaded from main thread