ArcFM Engine Developer Guide
SelectorSelectionChangedBehavior Constructor


The selectable object.
Initializes a new instance of the SelectorSelectionChangedBehavior class and hooks up the SelectionChanged event of selectableObject to the ExecuteCommand() method.
Syntax
'Declaration
 
Public Function New( _
   ByVal selectableObject As Selector _
)
'Usage
 
Dim selectableObject As Selector
 
Dim instance As New SelectorSelectionChangedBehavior(selectableObject)
public SelectorSelectionChangedBehavior( 
   Selector selectableObject
)

Parameters

selectableObject
The selectable 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

SelectorSelectionChangedBehavior Class
SelectorSelectionChangedBehavior Members

 

 


Send Comment