C# Class ANHAdmin.DataReceivedEventArgs

Event Args for above delegate
Inheritance: System.EventArgs
Show file 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 property

The text that was received
public string Text
return string

Type public property

public string Type
return string