Class SendEventArguments
SendEventArguments contains information for executing a new event from SoEventManager.
Inherited Members
Namespace: SuperOfficeEvents
Assembly: SuperOffice.Plugins.dll
Syntax
public class SendEventArguments
Constructors
SendEventArguments()
Declaration
public SendEventArguments()
Fields
ArgumentTypes
The types of the parameters to the method call
Declaration
public Type[] ArgumentTypes
Field Value
| Type | Description |
|---|---|
| Type |
Arguments
The values of the parameters to the method call
Declaration
public object[] Arguments
Field Value
| Type | Description |
|---|---|
| object |
ReturnType
Type of the result of the method call
Declaration
public Type ReturnType
Field Value
| Type | Description |
|---|---|
| Type |
ReturnValue
Value of the result of the method call
Declaration
public object ReturnValue
Field Value
| Type | Description |
|---|---|
| object |