Show / Hide Table of Contents

Class EventArgs<T>

Represents EventArgs that contain a parameter of an arbirtary type.

Inheritance
object
EventArgs
EventArgs<T>
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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)
In this article
Back to top Generated by DocFX