Show / Hide Table of Contents

Class SoEventManager

SoEventManager

Inheritance
object
SoEventManager
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top