ArcFM Engine Developer Guide
SetCommand Method (SelectionChanged)


Selector dependency object to attach command
Command to attach
Sets the System.Windows.Input.ICommand to execute on the selectionchanged event.
Syntax
'Declaration
 
Public Shared Sub SetCommand( _
   ByVal selector As Selector, _
   ByVal command As ICommand _
) 
'Usage
 
Dim selector As Selector
Dim command As ICommand
 
SelectionChanged.SetCommand(selector, command)
public static void SetCommand( 
   Selector selector,
   ICommand command
)

Parameters

selector
Selector dependency object to attach command
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

SelectionChanged Class
SelectionChanged Members

 

 


Send Comment