IEvent<T>.Remove(T) Method

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

Namespace: Spring
public
 procedure Remove(handler: T);

Parameters

handler
Type: T