Note: Consider using IEvent.create_HandlerEvent instead
Full Type Signature
[<Obsolete ("Consider using IEvent.create_HandlerEvent instead")>]
type EventListeners<'a>
with
new : unit -> EventListeners<'a>
member Fire : 'a -> unit
member Event : IHandlerEvent<'a>
end
Instance Members
Member | Description |
member Event : IHandlerEvent<'a> |
Return the IEvent object that mediates access to this store.
|
member Fire : 'a -> unit |
Fire the event associated with this EventListeners store
|
Static Members
Member | Description |
new : unit -> EventListeners<'a> |
Build a new store of listeneres for an event
|
|