Table of Contents

Class SingleValueEventArgs<T>

Namespace
Artemis.Core.Events
Assembly
Artemis.Core.dll

Represents an event argument containing a single value of type T

public class SingleValueEventArgs<T> : EventArgs

Type Parameters

T

The type of value the argument contains

Inheritance
object
SingleValueEventArgs<T>
Inherited Members

Properties

Value

Gets the value of the argument

public T Value { get; }

Property Value

T