ArcFM Responder Mobile Developer Guide
add_OnFinishFavoritesEditing Method (IMMFavoritesEvents_Event)






Syntax
'Declaration
 
Sub add_OnFinishFavoritesEditing( _
   ByVal A_1 As IMMFavoritesEvents_OnFinishFavoritesEditingEventHandler _
) 
'Usage
 
Dim instance As IMMFavoritesEvents_Event
Dim A_1 As IMMFavoritesEvents_OnFinishFavoritesEditingEventHandler
 
instance.add_OnFinishFavoritesEditing(A_1)
void add_OnFinishFavoritesEditing( 
   IMMFavoritesEvents_OnFinishFavoritesEditingEventHandler A_1
)
procedure add_OnFinishFavoritesEditing( 
    A_1: IMMFavoritesEvents_OnFinishFavoritesEditingEventHandler
); 
function add_OnFinishFavoritesEditing( 
   A_1 : IMMFavoritesEvents_OnFinishFavoritesEditingEventHandler
);
void add_OnFinishFavoritesEditing( 
   IMMFavoritesEvents_OnFinishFavoritesEditingEventHandler* A_1
) 
void add_OnFinishFavoritesEditing( 
   IMMFavoritesEvents_OnFinishFavoritesEditingEventHandler^ A_1
) 

Parameters

A_1
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

IMMFavoritesEvents_Event Interface
IMMFavoritesEvents_Event Members

Send Feedback