ArcFM Solution Developer Guide
OnItemSelected Event


Occurs when [on item selected].
Syntax
'Declaration
 
Public Event OnItemSelected As System.EventHandler(Of IEnumerable(Of IHavePosition))
'Usage
 
Dim instance As ElementCanvas
Dim handler As System.EventHandler(Of IEnumerable(Of IHavePosition))
 
AddHandler instance.OnItemSelected, handler
public event System.EventHandler<IEnumerable<IHavePosition>> OnItemSelected
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

ElementCanvas Class
ElementCanvas Members

 

 


Send Comment