ArcFM Solution Developer Guide
OnSetComplete Method


Syntax
'Declaration
 
Protected Overridable Sub OnSetComplete( _
   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.OnSetComplete(index, oldValue, newValue)
protected virtual void OnSetComplete( 
   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