Delegate DaliEventHandler<T, U>

Definition

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

[UnmanagedFunctionPointer(CallingConvention.StdCall)] this should be removed with EventHandler from .NET

C#
Copy
public delegate void DaliEventHandler<T, U>(T source, U e);