ArcFM Responder Mobile Developer Guide
OnTreeSelectionChange Method (MMAttributeEditorClass)






Syntax
'Declaration
 
Public Overridable Sub OnTreeSelectionChange( _
   ByVal nPage As System.Integer, _
   ByVal pSelection As IMMTreeViewSelection _
) 
'Usage
 
Dim instance As MMAttributeEditorClass
Dim nPage As System.Integer
Dim pSelection As IMMTreeViewSelection
 
instance.OnTreeSelectionChange(nPage, pSelection)
public virtual void OnTreeSelectionChange( 
   System.int nPage,
   IMMTreeViewSelection pSelection
)
public procedure OnTreeSelectionChange( 
    nPage: System.Integer;
    pSelection: IMMTreeViewSelection
); virtual; 
public function OnTreeSelectionChange( 
   nPage : System.int,
   pSelection : IMMTreeViewSelection
);
public: virtual void OnTreeSelectionChange( 
   System.int nPage,
   IMMTreeViewSelection* pSelection
) 
public:
virtual 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

MMAttributeEditorClass Class
MMAttributeEditorClass Members

Send Feedback