Show / Hide Table of Contents

Class OperationCallEventArgs

Inheritance
object
EventArgs
OperationCallEventArgs
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.Models
Assembly: NMF.Models.dll
Syntax
public class OperationCallEventArgs : EventArgs

Constructors

| Edit this page View Source

OperationCallEventArgs(IModelElement, IOperation, params object[])

Declaration
public OperationCallEventArgs(IModelElement target, IOperation operation, params object[] arguments)
Parameters
Type Name Description
IModelElement target
IOperation operation
object[] arguments

Properties

| Edit this page View Source

Arguments

Declaration
public object[] Arguments { get; }
Property Value
Type Description
object[]
| Edit this page View Source

Operation

Declaration
public IOperation Operation { get; }
Property Value
Type Description
IOperation
| Edit this page View Source

Result

Declaration
public object Result { get; set; }
Property Value
Type Description
object
| Edit this page View Source

Target

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