ArcFM Responder Mobile Developer Guide
OnSet Method (ActionData)






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