Interface IEventHandler<TEventHandler>
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
TEventHandlerThe 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>