Delegate EventHandlerWithReturnType<T, U, R>

Definition

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

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]

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

Extension Methods