Show / Hide Table of Contents

Interface IEventEngine

Interface for Event engine

Namespace: SuperOfficeEvents
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IEventEngine

Methods

Init()

Initalization of engine

Declaration
void Init()

SendEvent(string, bool, ref object, ref SendEventArguments)

Execute the event.

Declaration
void SendEvent(string methodName, bool async, ref object state, ref SendEventArguments arguments)
Parameters
Type Name Description
string methodName
bool async
object state
SendEventArguments arguments

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top