Show / Hide Table of Contents

Class SendEventArguments

SendEventArguments contains information for executing a new event from SoEventManager.

Inheritance
object
SendEventArguments
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: 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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top