Click or drag to resize

EventContext Class

Contains context information about a fired event.
Inheritance Hierarchy
SystemObject
  SampSharp.EntitiesEventContext

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

The EventContext type exposes the following members.

Constructors
  NameDescription
Protected methodEventContext
Initializes a new instance of the EventContext class
Top
Properties
  NameDescription
Public propertyArguments
Gets the arguments of the event.
Public propertyEventServices
Gets the service provider which can be used for providing services for events.
Public propertyName
Gets the name of the event.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also