Responder Developer Guide
IncidentCustomerCountChangingEvent Constructor(IncidentsObject,Count,DateTime)


Syntax
'Declaration
 
Public Function New( _
   ByVal parentIncident As IncidentsObject, _
   ByVal newCount As Count, _
   ByVal timeOperation As Date _
)
'Usage
 
Dim parentIncident As IncidentsObject
Dim newCount As Count
Dim timeOperation As Date
 
Dim instance As New IncidentCustomerCountChangingEvent(parentIncident, newCount, timeOperation)
public IncidentCustomerCountChangingEvent( 
   IncidentsObject parentIncident,
   Count newCount,
   DateTime timeOperation
)

Parameters

parentIncident
newCount
timeOperation
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

IncidentCustomerCountChangingEvent Class
IncidentCustomerCountChangingEvent Members
Overload List

 

 


Send Comment