Delegate EventHandlerWithReturnType<T, U, R>

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

[UnmanagedFunctionPointer(CallingConvention.StdCall)]

C#
Copy
public delegate R EventHandlerWithReturnType<T, U, R>(T source, U e)