ArcFM Engine Developer Guide
TextCommitted Event


This event allows listeners to be informed when combo box text entry has been completed.
Syntax
'Declaration
 
Public Event TextCommitted As EventHandler
'Usage
 
Dim instance As ComboBoxCommand
Dim handler As EventHandler
 
AddHandler instance.TextCommitted, handler
public event EventHandler TextCommitted
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ComboBoxCommand Class
ComboBoxCommand Members

 

 


Send Comment