C# Class NMF.Transformations.Core.ComputationEventArgs

Represents the data for events that belong to certain computations
Inheritance: System.EventArgs
Show file Open project: NMFCode/NMF Class Usage Examples

Public Methods

Method Description
ComputationEventArgs ( NMF.Transformations.Core.Computation computation ) : System

Creates new event data for the given computation

Method Details

ComputationEventArgs() public method

Creates new event data for the given computation
public ComputationEventArgs ( NMF.Transformations.Core.Computation computation ) : System
computation NMF.Transformations.Core.Computation The computation
return System