ArcFM Engine Developer Guide
CuUpgradeEventArgs Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal total As Integer, _
   ByVal count As Integer, _
   ByVal message As String _
)
'Usage
 
Dim total As Integer
Dim count As Integer
Dim message As String
 
Dim instance As New CuUpgradeEventArgs(total, count, message)
public CuUpgradeEventArgs( 
   int total,
   int count,
   string message
)

Parameters

total
count
message
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

CuUpgradeEventArgs Class
CuUpgradeEventArgs Members

 

 


Send Comment