Responder Developer Guide
CommandCompletedEventArgs Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal topic As String, _
   ByVal clientObject As Object, _
   ByVal failureReason As String _
)
'Usage
 
Dim topic As String
Dim clientObject As Object
Dim failureReason As String
 
Dim instance As New CommandCompletedEventArgs(topic, clientObject, failureReason)
public CommandCompletedEventArgs( 
   string topic,
   object clientObject,
   string failureReason
)

Parameters

topic
clientObject
failureReason
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

CommandCompletedEventArgs Class
CommandCompletedEventArgs Members

 

 


Send Comment