Class ComputationEventArgs
- Namespace
- NMF.Transformations.Core
- Assembly
- NMF.Transformations.Core.dll
Represents the data for events that belong to certain computations
public class ComputationEventArgs : EventArgs
- Inheritance
-
ComputationEventArgs
- Inherited Members
Constructors
ComputationEventArgs(Computation)
Creates new event data for the given computation
public ComputationEventArgs(Computation computation)
Parameters
computation
ComputationThe computation
Properties
Computation
Gets the computation
public Computation Computation { get; }