ArcFM Engine Developer Guide
SetCommandParameter Method (TextChanged)


Parameter value to attach
Sets the value for the CommandParameter attached property on the provided System.Windows.Controls.Primitives.TextBoxBase.
Syntax
'Declaration
 
Public Shared Sub SetCommandParameter( _
   ByVal textBoxBase As TextBoxBase, _
   ByVal parameter As Object _
) 
'Usage
 
Dim textBoxBase As TextBoxBase
Dim parameter As Object
 
TextChanged.SetCommandParameter(textBoxBase, parameter)
public static void SetCommandParameter( 
   TextBoxBase textBoxBase,
   object parameter
)

Parameters

textBoxBase
parameter
Parameter value 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