ArcFM Responder Mobile Developer Guide
OnSetComplete Method (PxActionData)






Syntax
'Declaration
 
Protected Sub OnSetComplete( _
   ByVal key As System.Object, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'Usage
 
Dim instance As PxActionData
Dim key As System.Object
Dim oldValue As System.Object
Dim newValue As System.Object
 
instance.OnSetComplete(key, oldValue, newValue)
protected void OnSetComplete( 
   System.object key,
   System.object oldValue,
   System.object newValue
)
protected procedure OnSetComplete( 
    key: System.TObject;
    oldValue: System.TObject;
    newValue: System.TObject
); 
protected function OnSetComplete( 
   key : System.Object,
   oldValue : System.Object,
   newValue : System.Object
);
protected: void OnSetComplete( 
   System.Object* key,
   System.Object* oldValue,
   System.Object* newValue
) 
protected:
void OnSetComplete( 
   System.Object^ key,
   System.Object^ oldValue,
   System.Object^ newValue
) 

Parameters

key
oldValue
newValue
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

PxActionData Class
PxActionData Members

Send Feedback