DetachHandler(EventCookie: Integer);
EventCookie is an index of .NET component event to be deleted from the list of tracked events.
The DetachHandler method deletes the .NET component event from the list of tracked events. Index of the event to be deleted is passed by the EventCookie parameter.
See also: