C# Class ProcessCaller.DataReceivedEventArgs

Event Args for above delegate
Inheritance: System.EventArgs
Afficher le fichier Open project: swganhtools/anhserverconfigurationtool

Méthodes publiques

Свойство Type Description
Text string
Type string

Méthodes publiques

Méthode Description
DataReceivedEventArgs ( string typ, string text ) : System

Constructor

Method Details

DataReceivedEventArgs() public méthode

Constructor
public DataReceivedEventArgs ( string typ, string text ) : System
typ string
text string The text that was received for this event to be triggered.
Résultat System

Property Details

Text public_oe property

The text that was received
public string Text
Résultat string

Type public_oe property

public string Type
Résultat string