Show / Hide Table of Contents

Class EventArgs<T>

Represents that contain a parameter of an arbirtary type.

Inheritance
System.Object
EventArgs<T>
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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica