TEventBase<T>.Remove(T) Method

Removes an event handler if it was added to the event.

Namespace: Spring.Events.Base
public
 procedure Remove(handler: T);

Parameters

handler
Type: T

Implements

IEvent<T>.Remove(T)