Click or drag to resize
weroSoft AG, Software
ProcessStartedEventArgs Constructor
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes a new instance of the type ProcessStartedEventArgs.

Namespace:  WeroSoft.Triton.Desktop.Helpers
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public ProcessStartedEventArgs(
	Process process,
	Object customData
)

Parameters

process
Type: System.DiagnosticsProcess
Process which was started. This object is only used to take out some information. The process reference is not stored internally.
customData
Type: SystemObject
Custom data which is used for round tripping using the start executable command.
See Also