TNotifyEventImpl<T> Class

Represents type TNotifyEventImpl<T>.

Namespace: Spring.Events
TInterfacedObject
  Spring.Events.Base.TEventBase
    Spring.Events.TNotifyEventImpl<T>
type
 TNotifyEventImpl<T> = class(TEventBase, INotifyEvent<T>)
 end;

Type Parameters

T

The TNotifyEventImpl<T> type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TNotifyEventImpl<T> class.

Top
Show:
 NameDescription
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 Handlers. (Inherited from TEventBase.)

OnChanged

Represents property OnChanged. (Inherited from TEventBase.)

Top
Show:
 NameDescription
Add(TNotifyEvent<T>)

Represents method Add(TNotifyEvent<T>).

Clear

Clears all event handlers. (Inherited from TEventBase.)

GetInvoke

Represents method GetInvoke.

InternalInvoke(TObject,T)

Represents method InternalInvoke(TObject,T).

Notify(TObject,TMethodPointer,TCollectionNotification)

Represents method Notify(TObject,TMethodPointer,TCollectionNotification). (Inherited from TEventBase.)

Remove(TNotifyEvent<T>)

Represents method Remove(TNotifyEvent<T>).

RemoveAll(Pointer)

Removes all event handlers which were registered by an instance. (Inherited from TEventBase.)

Top
Show:
 NameDescription
Invoke

Represents property Invoke. (Inherited from TEventBase.)

Top
Show:
 NameDescription
fInvoke

Represents field fInvoke. (Inherited from TEventBase.)

Top