C# Class ANHAdmin.DataReceivedEventArgs

Event Args for above delegate
Inheritance: System.EventArgs
Datei anzeigen Open project: swganhtools/anhserverconfigurationtool

Public Properties

Property Type Description
Text string
Type string

Public Methods

Method Description
DataReceivedEventArgs ( string typ, string text ) : System

Constructor

Method Details

DataReceivedEventArgs() public method

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

Property Details

Text public_oe property

The text that was received
public string Text
return string

Type public_oe property

public string Type
return string