







|
| MCManager API Reference |
| ManagerEngine..::.DispatchEvent Method |
| ManagerEngine Class See Also Send Feedback |
[Missing <summary> documentation for "M:Moxiecode.Manager.ManagerEngine.DispatchEvent(Moxiecode.Manager.EventType,System.Object[])"]
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool DispatchEvent( EventType type, params Object[] args ) |
| Visual Basic (Declaration) |
|---|
Public Function DispatchEvent ( _ type As EventType, _ ParamArray args As Object() _ ) As Boolean |
| Visual C++ |
|---|
public: bool DispatchEvent( EventType type, ... array<Object^>^ args ) |
Parameters
- type
- Type: Moxiecode.Manager..::.EventType
[Missing <param name="type"/> documentation for "M:Moxiecode.Manager.ManagerEngine.DispatchEvent(Moxiecode.Manager.EventType,System.Object[])"]
- args
- Type: array<
System..::.Object
>[]()[]
[Missing <param name="args"/> documentation for "M:Moxiecode.Manager.ManagerEngine.DispatchEvent(Moxiecode.Manager.EventType,System.Object[])"]
Return Value
[Missing <returns> documentation for "M:Moxiecode.Manager.ManagerEngine.DispatchEvent(Moxiecode.Manager.EventType,System.Object[])"]
