Delegate Event<T, THandler>.Accessor
Represents event accessor.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public delegate void Accessor(in T instance, THandler handler);
Parameters
Type | Name | Description |
---|---|---|
T | instance | The event target. |
THandler | handler | The event handler. |