Search Results for

    Show / Hide Table of Contents

    Class GenericEventArgs<T>

    Event argument for a generic value.

    Inheritance
    object
    EventArgs
    GenericEventArgs<T>
    Namespace: Evergine.Common.Helpers
    Assembly: Evergine.Common.dll
    Syntax
    public sealed class GenericEventArgs<T> : EventArgs
    Type Parameters
    Name Description
    T

    The type of the argument.

    Constructors

    GenericEventArgs(T)

    Initializes a new instance of the GenericEventArgs<T> class.

    Declaration
    public GenericEventArgs(T value)
    Parameters
    Type Name Description
    T value

    The value.

    Properties

    Value

    Gets the value.

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

    Extension Methods

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