ArcFM Responder Mobile Developer Guide
add_OnFavoritesEditing Method (IMMFavoritesEvents_Event)






Syntax
'Declaration
 
Sub add_OnFavoritesEditing( _
   ByVal A_1 As IMMFavoritesEvents_OnFavoritesEditingEventHandler _
) 
'Usage
 
Dim instance As IMMFavoritesEvents_Event
Dim A_1 As IMMFavoritesEvents_OnFavoritesEditingEventHandler
 
instance.add_OnFavoritesEditing(A_1)
procedure add_OnFavoritesEditing( 
    A_1: IMMFavoritesEvents_OnFavoritesEditingEventHandler
); 
function add_OnFavoritesEditing( 
   A_1 : IMMFavoritesEvents_OnFavoritesEditingEventHandler
);

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