public event OnInsertAtCursor
Prototype:
OnInsertAtCursor(Sender, EventData)
Parameters
	
		
			Sender
		
		
			the event firing control
		
	 
	
		
			EventData
		
		
			contains the inserted text.
		
	 
 
Description:
Emitted when text is inserted at the cursor position.
Return value:
This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.