ArcFM Engine Developer Guide
TextBoxTextChangedBehavior Constructor


The textbox object.
Initializes a new instance of the TextBoxTextChangedBehavior class and hooks up the TextChanged event of textBoxObject to the ExecuteCommand() method.
Syntax
'Declaration
 
Public Function New( _
   ByVal textBoxObject As TextBoxBase _
)
'Usage
 
Dim textBoxObject As TextBoxBase
 
Dim instance As New TextBoxTextChangedBehavior(textBoxObject)
public TextBoxTextChangedBehavior( 
   TextBoxBase textBoxObject
)

Parameters

textBoxObject
The textbox object.
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

TextBoxTextChangedBehavior Class
TextBoxTextChangedBehavior Members

 

 


Send Comment