ImplementationEventHandler<T> Delegate

Handles events related to the adding and removing of implementations.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public delegate void ImplementationEventHandler<T>(
	Object sender,
	ImplementationEventArgs<T> e
)
where T : IImplementation

Parameters

sender  Object
The object that is raising the event.
e  ImplementationEventArgs<T>
Event-specific data.

Type Parameters

T
The type of the implementation.

See Also