ArcFM Responder Mobile Developer Guide
OnTreeSelectionChange Method (IMMAttributeEditorUICallback)






Syntax
'Declaration
 
Sub OnTreeSelectionChange( _
   ByVal nPage As System.Integer, _
   ByVal pSelection As IMMTreeViewSelection _
) 
'Usage
 
Dim instance As IMMAttributeEditorUICallback
Dim nPage As System.Integer
Dim pSelection As IMMTreeViewSelection
 
instance.OnTreeSelectionChange(nPage, pSelection)
void OnTreeSelectionChange( 
   System.int nPage,
   IMMTreeViewSelection pSelection
)
procedure OnTreeSelectionChange( 
    nPage: System.Integer;
    pSelection: IMMTreeViewSelection
); 
function OnTreeSelectionChange( 
   nPage : System.int,
   pSelection : IMMTreeViewSelection
);
void OnTreeSelectionChange( 
   System.int nPage,
   IMMTreeViewSelection* pSelection
) 
void OnTreeSelectionChange( 
   System.int nPage,
   IMMTreeViewSelection^ pSelection
) 

Parameters

nPage
pSelection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMAttributeEditorUICallback Interface
IMMAttributeEditorUICallback Members

Send Feedback