Class SingleValueEventArgs<T>
Represents an event argument containing a single value of type T
Inherited Members
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 |