Show / Hide Table of Contents

Class ComputationEventArgs

Represents the data for events that belong to certain computations

Inheritance
object
EventArgs
ComputationEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public class ComputationEventArgs : EventArgs

Constructors

| Edit this page View Source

ComputationEventArgs(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 Source

Computation

Gets the computation

Declaration
public Computation Computation { get; }
Property Value
Type Description
Computation
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX