Notifies caller of writes to the std::err or std::out
            
Syntax
            
Event Data
The event handler receives an argument of type ProcessOutputEventArgs containing data related to this event. The following ProcessOutputEventArgs properties provide information specific to this event.
| Property | Description | 
|---|
| Data  | Returns the line of text written to standard out/error | 
| Error  | Returns true if the line of text was written to std::error | 
 
            
            
            
            
            
            
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
 
            
            
See Also