Class SoEventManager
SoEventManager
Inherited Members
Namespace: SuperOffice.Events
Assembly: SoCore.dll
Syntax
public static class SoEventManager
Methods
GlobalFlush()
SoEventManager
Declaration
public static void GlobalFlush()
ReInitalize()
SoEventManager
Declaration
public static void ReInitalize()
SendEvent(string, bool, ref object, ref SendEventArguments)
Sends the event to all EventEngine plugins
Declaration
public static void SendEvent(string methodName, bool async, ref object state, ref SendEventArguments arguments)
Parameters
Type | Name | Description |
---|---|---|
string | methodName | Name of the event |
bool | async | If true the call is executed asynchronously. |
object | state | The state object. Used to keep state between before and after events. |
SendEventArguments | arguments | Events arguments. |
Events
OnGlobalFlush
SoEventManager
Declaration
public static event SoGlobalFlush OnGlobalFlush
Event Type
Type | Description |
---|---|
SoGlobalFlush |