EventService Class |
Namespace: SampSharp.Entities
public class EventService : IEventService
The EventService type exposes the following members.
| Name | Description | |
|---|---|---|
| EventService |
Initializes a new instance of the EventService class.
|
| Name | Description | |
|---|---|---|
| EnableEvent |
Enables handling of the callback with the specified name as an event.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Invoke |
Invokes the event with the specified name and arguments.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| UseMiddleware |
Adds a middleware to the handler of the event with the specified name.
|