ArcFM Engine Developer Guide
SetCommand Method (TextChanged)


Command to attach
Sets the System.Windows.Input.ICommand to execute on the textchanged event.
Syntax
'Declaration
 
Public Shared Sub SetCommand( _
   ByVal textBoxBase As TextBoxBase, _
   ByVal command As ICommand _
) 
'Usage
 
Dim textBoxBase As TextBoxBase
Dim command As ICommand
 
TextChanged.SetCommand(textBoxBase, command)
public static void SetCommand( 
   TextBoxBase textBoxBase,
   ICommand command
)

Parameters

textBoxBase
command
Command to attach
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

TextChanged Class
TextChanged Members

 

 


Send Comment