AX#

Search Results for

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Provides class for encapsulation of arguments for ValueChangedEventHandlerDelegate.

    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: AXSharp.Connector.ValueTypes
    Assembly: AXSharp.Connector.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    ValueChangedEventArgs(object)

    Initializes a new instance of the ValueChangedEventArgs class.

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

    Properties

    | Edit this page View Source

    NewValue

    Get new | change value.

    Declaration
    public object NewValue { get; }
    Property Value
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors