ArcFM Responder Mobile Developer Guide
OnCanUpdate Method (IMMProposedObjectEvents)






Syntax
'Declaration
 
Sub OnCanUpdate( _
   ByRef bAllowUpdate As System.Boolean _
) 
'Usage
 
Dim instance As IMMProposedObjectEvents
Dim bAllowUpdate As System.Boolean
 
instance.OnCanUpdate(bAllowUpdate)
void OnCanUpdate( 
   out System.bool bAllowUpdate
)
procedure OnCanUpdate( 
   Out  bAllowUpdate: System.Boolean
); 
function OnCanUpdate( 
   bAllowUpdate : System.boolean
);
void OnCanUpdate( 
   [PARAMFLAG::Out] System.bool bAllowUpdate
) 
void OnCanUpdate( 
   [Out] System.bool bAllowUpdate
) 

Parameters

bAllowUpdate
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

IMMProposedObjectEvents Interface
IMMProposedObjectEvents Members

Send Feedback