C# Class XCom.Interfaces.Base.HeightChangedEventArgs

EventArgs class for when a HeightChanged event fires.
Inheritance: System.EventArgs
Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
HeightChangedEventArgs ( int oldHeight, int newHeight ) : System

Method Details

HeightChangedEventArgs() public method

public HeightChangedEventArgs ( int oldHeight, int newHeight ) : System
oldHeight int
newHeight int
return System