Class GenericEventArgs<T>
Event argument for a generic value.
Inherited Members
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 |