ArcFM Desktop Developer Guide
OnSet Method


Syntax
'Declaration
 
Protected Overridable Sub OnSet( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
'Usage
 
Dim instance As MarshalByRefCollectionBase
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSet(index, oldValue, newValue)
protected virtual void OnSet( 
   int index,
   object oldValue,
   object newValue
)

Parameters

index
oldValue
newValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MarshalByRefCollectionBase Class
MarshalByRefCollectionBase Members

 

 


Send Comment