C# Class AStarXNA.GridCellTypeChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: dreasgrech/AStarXNA

Public Methods

Method Description
GridCellTypeChangedEventArgs ( GridCellType oldType, GridCellType newType ) : System

Method Details

GridCellTypeChangedEventArgs() public method

public GridCellTypeChangedEventArgs ( GridCellType oldType, GridCellType newType ) : System
oldType GridCellType
newType GridCellType
return System