TEventBase<T>.Remove(T) Method
Summary
Removes an event handler if it was added to the event.
Namespace
:
Spring.Events.Base
Syntax
Delphi
public procedure Remove(handler:
T
);
Parameters
handler
Type:
T
Implements
IEvent<T>.Remove(T)
See Also
Reference
TEventBase<T>
Spring.Events.Base