Show / Hide Table of Contents

    Class NumberValueChangedArgs

    Event arguments for when the number editor's value changed.

    Inheritance
    System.Object
    NumberValueChangedArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public class NumberValueChangedArgs

    Constructors

    | Improve this Doc View Source

    NumberValueChangedArgs(Boolean)

    Initializes a new instance of the NumberValueChangedArgs class.

    Declaration
    public NumberValueChangedArgs(bool userInitiated)
    Parameters
    Type Name Description
    System.Boolean userInitiated

    If set to true user initiated.

    Properties

    | Improve this Doc View Source

    UserInitiated

    Gets a value indicating whether the value was changed by the user (using the editor) or programmatically.

    Declaration
    public bool UserInitiated { get; }
    Property Value
    Type Description
    System.Boolean

    true if user initiated; otherwise, false.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX