Click or drag to resize

EventService Class

Represents the event service.
Inheritance Hierarchy
SystemObject
  SampSharp.EntitiesEventService

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class EventService : IEventService

The EventService type exposes the following members.

Constructors
  NameDescription
Public methodEventService
Initializes a new instance of the EventService class.
Top
Methods
  NameDescription
Public methodEnableEvent
Enables handling of the callback with the specified name as an event.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvoke
Invokes the event with the specified name and arguments.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUseMiddleware
Adds a middleware to the handler of the event with the specified name.
Top
See Also