Table of Contents

Class EventContext

Namespace
SampSharp.Entities
Assembly
SampSharp.OpenMp.Entities.dll

Contains context information about a fired event.

public abstract class EventContext
Inheritance
EventContext
Inherited Members

Constructors

EventContext()

protected EventContext()

Properties

Arguments

Gets the arguments of the event.

public abstract object[] Arguments { get; }

Property Value

object[]

EventServices

Gets the service provider which can be used for providing services for events.

public abstract IServiceProvider EventServices { get; }

Property Value

IServiceProvider

Name

Gets the name of the event.

public abstract string Name { get; }

Property Value

string