Table of Contents

Interface IEventHandler<TEventHandler>

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Base interface for event handlers. This interface is automatically implemented by the code generator for event handlers which are marked with the OpenMpEventHandlerAttribute.

public interface IEventHandler<TEventHandler> where TEventHandler : class

Type Parameters

TEventHandler

The type of the event handler interface.

Properties

Marshaller

Gets the marshaller which can marshal the event handler to its unmanaged representation.

public static abstract IEventHandlerMarshaller<TEventHandler> Marshaller { get; }

Property Value

IEventHandlerMarshaller<TEventHandler>