Click or drag to resize
DispatchCoronaLuaEventResultSucceededWith Method
Creates a new result set to succeeded and with the given return value.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public static DispatchCoronaLuaEventResult SucceededWith(
	ICoronaBoxedData returnedValue
)

Parameters

returnedValue
Type: CoronaLabs.Corona.WinRTICoronaBoxedData
The value returned by the Corona event handler. Can be null.

Return Value

Type: DispatchCoronaLuaEventResult
Returns a new result object set to succeeded and with the given return value.
See Also