ArcFM Responder Mobile Developer Guide
add_OnUpdate Method (MMProposedObjectEventsClass)






Syntax
'Declaration
 
Public Overridable Sub add_OnUpdate( _
   ByVal A_1 As IMMProposedObjectEvents_OnUpdateEventHandler _
) 
'Usage
 
Dim instance As MMProposedObjectEventsClass
Dim A_1 As IMMProposedObjectEvents_OnUpdateEventHandler
 
instance.add_OnUpdate(A_1)
public virtual void add_OnUpdate( 
   IMMProposedObjectEvents_OnUpdateEventHandler A_1
)
public procedure add_OnUpdate( 
    A_1: IMMProposedObjectEvents_OnUpdateEventHandler
); virtual; 
public function add_OnUpdate( 
   A_1 : IMMProposedObjectEvents_OnUpdateEventHandler
);
public: virtual void add_OnUpdate( 
   IMMProposedObjectEvents_OnUpdateEventHandler* A_1
) 
public:
virtual void add_OnUpdate( 
   IMMProposedObjectEvents_OnUpdateEventHandler^ 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

MMProposedObjectEventsClass Class
MMProposedObjectEventsClass Members

Send Feedback