ArcFM Desktop Developer Guide
ClickInfoCallBack Delegate


Syntax
'Declaration
 
Public Delegate Sub ClickInfoCallBack( _
   ByVal traces As IDictionary(Of IRow,IEnumerable(Of Object)) _
) 
'Usage
 
Dim instance As New ClickInfoCallBack(AddressOf HandlerMethod)
public delegate void ClickInfoCallBack( 
   IDictionary<IRow,IEnumerable<object>> traces
)

Parameters

traces
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

ClickInfoCallBack Members
Miner.FrameworkUI.FiberManager Namespace

 

 


Send Comment