Search Results for

    Show / Hide Table of Contents

    Class IntEventArgs

    Event args for an integer value.

    Inheritance
    object
    EventArgs
    IntEventArgs
    Namespace: Evergine.Common.Helpers
    Assembly: Evergine.Common.dll
    Syntax
    public sealed class IntEventArgs : EventArgs

    Constructors

    IntEventArgs(int)

    Initializes a new instance of the IntEventArgs class.

    Declaration
    public IntEventArgs(int value)
    Parameters
    Type Name Description
    int value

    The value.

    Properties

    Value

    Gets the value.

    Declaration
    public int Value { get; }
    Property Value
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX