ArcFM Engine Developer Guide
SetCommandParameter Method (SelectionChanged)


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

Parameters

selector
Selector to attach CommandParameter
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

SelectionChanged Class
SelectionChanged Members

 

 


Send Comment