Class EventArgs<T>
Represents EventArgs that contain a parameter of an arbirtary type.
Inherited Members
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class EventArgs<T> : EventArgs
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
EventArgs(T)
Initializes a new instance of the EventArgs<T> class.
Declaration
public EventArgs(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | The value associated with the event. |
Properties
Value
Gets the value associated with the event.
Declaration
public T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |