Delegate EventHandlerWithReturnType<T, U, R>

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

[UnmanagedFunctionPointer(CallingConvention.StdCall)]

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