Class SoEventManager
SoEventManager
Namespace: SuperOffice.Events
Assembly: SoCore.dll
Syntax
public static class SoEventManager : Object
Methods
add_OnGlobalFlush(SoGlobalFlush)
SoEventManager
Declaration
public static void add_OnGlobalFlush(SoGlobalFlush value)
Parameters
Type | Name | Description |
---|---|---|
SoGlobalFlush | value |
GlobalFlush()
SoEventManager
Declaration
public static void GlobalFlush()
ReInitalize()
SoEventManager
Declaration
public static void ReInitalize()
remove_OnGlobalFlush(SoGlobalFlush)
SoEventManager
Declaration
public static void remove_OnGlobalFlush(SoGlobalFlush value)
Parameters
Type | Name | Description |
---|---|---|
SoGlobalFlush | value |
SendEvent(String, Boolean, 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 |
Boolean | 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 |