Class ReturnEventArgs<T>
Class ReturnEventArgs.
Implements the
Inheritance
System.Object
ReturnEventArgs<T>
Namespace: ISynergy.Framework.Core.Events
Assembly: ISynergy.Framework.Core.dll
Syntax
public class ReturnEventArgs<T> : EventArgs
Type Parameters
Name | Description |
---|---|
T |
Constructors
View SourceReturnEventArgs(T)
Initializes a new instance of the ReturnEventArgs<T> class.
Declaration
public ReturnEventArgs(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value. |
Properties
View SourceValue
Gets the value.
Declaration
public T Value { get; }
Property Value
Type | Description |
---|---|
T | The value. |