Show / Hide Table of Contents

Class ValueChangedEventArgs

Represents the event data when the value of an incremental expression has changed

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

Constructors

| Edit this page View Source

ValueChangedEventArgs(object, object)

Creates a valuechanged event for the given old value and new value

Declaration
public ValueChangedEventArgs(object oldValue, object newValue)
Parameters
Type Name Description
object oldValue

The old value

object newValue

The new value

Properties

| Edit this page View Source

NewValue

The new value

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

OldValue

The old value

Declaration
public object OldValue { get; }
Property Value
Type Description
object

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX