ArcFM Responder Mobile Developer Guide
TreeUpdated Method






Syntax
'Declaration
 
Sub TreeUpdated( _
   ByVal sender As System.String, _
   ByVal newTree As ID8List _
) 
'Usage
 
Dim instance As IMMLocatorResultsEvents
Dim sender As System.String
Dim newTree As ID8List
 
instance.TreeUpdated(sender, newTree)
void TreeUpdated( 
   System.string sender,
   ID8List newTree
)
procedure TreeUpdated( 
    sender: System.String;
    newTree: ID8List
); 
function TreeUpdated( 
   sender : System.String,
   newTree : ID8List
);
void TreeUpdated( 
   System.string* sender,
   ID8List* newTree
) 
void TreeUpdated( 
   System.String^ sender,
   ID8List^ newTree
) 

Parameters

sender
newTree
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

IMMLocatorResultsEvents Interface
IMMLocatorResultsEvents Members

Send Feedback