Class ComputationEventArgs
Represents the data for events that belong to certain computations
Inherited Members
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public class ComputationEventArgs : EventArgs
Constructors
| Edit this page View SourceComputationEventArgs(Computation)
Creates new event data for the given computation
Declaration
public ComputationEventArgs(Computation computation)
Parameters
Type | Name | Description |
---|---|---|
Computation | computation | The computation |
Properties
| Edit this page View SourceComputation
Gets the computation
Declaration
public Computation Computation { get; }
Property Value
Type | Description |
---|---|
Computation |