C# Class Alsing.SourceCode.RowEventArgs

Inheritance: System.EventArgs
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Row Row

Public Methods

Method Description
RowEventArgs ( Row row ) : System

Method Details

RowEventArgs() public method

public RowEventArgs ( Row row ) : System
row Row
return System

Property Details

Row public property

public Row,Alsing.SourceCode Row
return Row