C# Class AlphaSynth.Player.PositionChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: CoderLine/alphaSynth Class Usage Examples

Public Methods

Method Description
PositionChangedEventArgs ( int currentTime, int endTime, int currentTick, int endTick ) : System

Method Details

PositionChangedEventArgs() public method

public PositionChangedEventArgs ( int currentTime, int endTime, int currentTick, int endTick ) : System
currentTime int
endTime int
currentTick int
endTick int
return System