Class EventArgs<T>
Inherited Members
Namespace: P42.Utils
Assembly: P42.Utils.dll
Syntax
public class EventArgs<T> : EventArgs
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceEventArgs(T)
Declaration
public EventArgs(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value |
Properties
| Improve this Doc View SourceValue
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |