ArcFM Solution Developer Guide
OnSet Method


Syntax
'Declaration
 
Protected Overridable Sub OnSet( _
   ByVal index As System.Integer, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'Usage
 
Dim instance As WizardPagesCollection
Dim index As System.Integer
Dim oldValue As System.Object
Dim newValue As System.Object
 
instance.OnSet(index, oldValue, newValue)
protected virtual void OnSet( 
   System.int index,
   System.object oldValue,
   System.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

WizardPagesCollection Class
WizardPagesCollection Members

 

 


Send Comment