Represents a set of methods which are invoked on changing of the application language.
The set is used for 
ChangeLanguage event.
        
Namespace:
CADImport.CADImportForms
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Delegate Sub ChangeLanguageEventHandler( _     ByVal val As String, _     ByVal index As Integer _  )  | 
		    
		  
		
		
		
			
				
					| 
						C#
					 | 
				
				
					public delegate void ChangeLanguageEventHandler(     string val,     int index  )  | 
				
			
		
		
		
		
	 
	Parameters
	- 
		
			val
		
	
 
	- 
		
			Type: string 
		
		
			 
		
	 
	- 
		
			index
		
	
 
	- 
		
			Type: int 
		
		
			 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also