ArcFM Engine Developer Guide
OnTreeSelectionChange Method (IMMAttributeEditorUICallback)


Syntax
'Declaration
 
Sub OnTreeSelectionChange( _
   ByVal nPage As Integer, _
   ByVal pSelection As IMMTreeViewSelection _
) 
'Usage
 
Dim instance As IMMAttributeEditorUICallback
Dim nPage As Integer
Dim pSelection As IMMTreeViewSelection
 
instance.OnTreeSelectionChange(nPage, pSelection)
void OnTreeSelectionChange( 
   int nPage,
   IMMTreeViewSelection pSelection
)

Parameters

nPage
pSelection
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

IMMAttributeEditorUICallback Interface
IMMAttributeEditorUICallback Members

 

 


Send Comment