ArcFM Responder Mobile Developer Guide
OnSetComplete Method (ActionData)






Syntax
'Declaration
 
Protected Overridable Sub OnSetComplete( _
   ByVal key As System.Object, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'Usage
 
Dim instance As ActionData
Dim key As System.Object
Dim oldValue As System.Object
Dim newValue As System.Object
 
instance.OnSetComplete(key, oldValue, newValue)
protected virtual void OnSetComplete( 
   System.object key,
   System.object oldValue,
   System.object newValue
)
protected procedure OnSetComplete( 
    key: System.TObject;
    oldValue: System.TObject;
    newValue: System.TObject
); virtual; 
protected function OnSetComplete( 
   key : System.Object,
   oldValue : System.Object,
   newValue : System.Object
);
protected: virtual void OnSetComplete( 
   System.Object* key,
   System.Object* oldValue,
   System.Object* newValue
) 
protected:
virtual 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

ActionData Class
ActionData Members

Send Feedback