TEvent<T> Class
Represents type TEvent<T>
.
The TEvent<T> type exposes the following members.
Name | Description | |
---|---|---|
CanInvoke | Returns True when the event will do anything because it is Enabled and contains any event handler. Otherwise returns False. (Inherited from TEventBase.) | |
Enabled | Gets the value indicates whether the multicast event is enabled, or sets the value to enable or disable the event. (Inherited from TEventBase.) | |
Handlers | Represents property | |
OnChanged | Represents property |
Name | Description | |
---|---|---|
Add(T) | Overloaded. Adds an event handler to the list. | |
Clear | Clears all event handlers. (Inherited from TEventBase.) | |
GetInvoke | Represents method | |
InternalInvoke(Pointer,Integer) | Represents method | |
Notify(TObject,TMethodPointer,TCollectionNotification) | Represents method | |
Remove(T) | Overloaded. Removes an event handler if it was added to the event. | |
RemoveAll(Pointer) | Removes all event handlers which were registered by an instance. (Inherited from TEventBase.) |