Table of Contents

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 Computation

The computation

Properties

Computation

Gets the computation

public Computation Computation { get; }

Property Value

Computation