Responder Developer Guide
Started Event


Occurs after the process has been started and standard output/error handlers have been attached.
Syntax
'Declaration
 
Public Event Started As EventHandler(Of ProgramStartedEventArgs)
'Usage
 
Dim instance As Program
Dim handler As EventHandler(Of ProgramStartedEventArgs)
 
AddHandler instance.Started, handler
Event Data

The event handler receives an argument of type ProgramStartedEventArgs containing data related to this event. The following ProgramStartedEventArgs properties provide information specific to this event.

PropertyDescription
Group  
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

Program Class
Program Members

 

 


Send Comment