Search Results for

    Show / Hide Table of Contents

    Class GenericEventArgs<T>

    Event argument for a generic value.

    Inheritance
    object
    EventArgs
    GenericEventArgs<T>
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Helpers
    Assembly: Evergine.Common.dll
    Syntax
    public sealed class GenericEventArgs<T> : EventArgs
    Type Parameters
    Name Description
    T

    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