Artemis Artemis
Artemis Artemis

Search Results for

    Class SingleValueEventArgs<T>

    Represents an event argument containing a single value of type T

    Inheritance
    object
    EventArgs
    SingleValueEventArgs<T>
    Inherited Members
    EventArgs.Empty
    Namespace: Artemis.Core.Events
    Assembly: Artemis.Core.dll
    Syntax
    public class SingleValueEventArgs<T> : EventArgs
    Type Parameters
    Name Description
    T

    The type of value the argument contains

    Properties

    Value

    Gets the value of the argument

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.