Click or drag to resize
AbstractEasyTypeCreateEvent Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType.CreateEvent(System.String,System.Type)"]

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public EasyEvent CreateEvent(
	string name,
	Type eventHandlerType
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType.CreateEvent(System.String,System.Type)"]

eventHandlerType
Type: SystemType

[Missing <param name="eventHandlerType"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType.CreateEvent(System.String,System.Type)"]

Return Value

Type: EasyEvent

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType.CreateEvent(System.String,System.Type)"]

See Also