RC-WinTrans Object Model Help | 
  Application.OnSelectProjectItem
 | 
Event fired when a project item is selected.
Syntax:  | 
	 OnSelectProjectItem(Project As TranslationProject)  | 
  
| Parameters: | 
Project Project that has been selected. 
  | 
  
| Example: | ' in a class module "EventClass" Dim WithEvents App As Application Private Sub App_OnSelectProjectItem(ByVal Project As TranslationProject) [...] End Sub ' in a module Public EventManager As New EventClass Sub TestMacro() Set EventManager.App = Application End Sub  | 
  
See also: