Click or drag to resize

IEventService Interface

Provides functionality for handling events.

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public interface IEventService

The IEventService type exposes the following members.

Methods
  NameDescription
Public methodEnableEvent
Enables handling of the callback with the specified name as an event.
Public methodInvoke
Invokes the event with the specified name and arguments.
Public methodUseMiddleware
Adds a middleware to the handler of the event with the specified name.
Top
See Also