Class SendEventArguments
SendEventArguments contains information for executing a new event from SoEventManager.
Inherited Members
Namespace: SuperOffice.Events
Assembly: SuperOffice.Plugins.dll
Syntax
public class SendEventArguments
Constructors
SendEventArguments()
SendEventArguments contains information for executing a new event from SoEventManager.
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 |