ExecuteEvent Method

MCManager API

[Missing <summary> documentation for "M:Moxiecode.Manager.ManagerEngine.ExecuteEvent(Moxiecode.Manager.EventType,System.Object[])"]

Namespace:  Moxiecode.Manager
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public Object ExecuteEvent(
	EventType type,
	params Object[] args
)
Visual Basic (Declaration)
Public Function ExecuteEvent ( _
	type As EventType, _
	ParamArray args As Object() _
) As Object
Visual C++
public:
Object^ ExecuteEvent(
	EventType type, 
	... array<Object^>^ args
)

Parameters

type
Type: Moxiecode.Manager..::.EventType

[Missing <param name="type"/> documentation for "M:Moxiecode.Manager.ManagerEngine.ExecuteEvent(Moxiecode.Manager.EventType,System.Object[])"]

args
Type: array< System..::.Object >[]()[]

[Missing <param name="args"/> documentation for "M:Moxiecode.Manager.ManagerEngine.ExecuteEvent(Moxiecode.Manager.EventType,System.Object[])"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.ManagerEngine.ExecuteEvent(Moxiecode.Manager.EventType,System.Object[])"]

See Also