TheCommonUtils..::..DoFireEvent<(Of <(<'T>)>)> Method (Action<(Of <(<'T, Object>)>)>, T, Object, Boolean, Int32)
New in V4.105: Allows to fire a generic event on all supported platforms
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Type Parameters
- T
Parameters
- action
- Type: Action<(Of <(<'T, Object>)>)>
Callback to be fired by the Event. First parameter is generic, second is a cookie object
- para
- Type: T
Parameter of same type as action() first generic parameter
- Para2
- Type: Object
cookie object to be fired with the callback
- FireAsync
- Type: Boolean
if true, the event is fired asynch
- pFireEventTimeout
- Type: Int32
if larger