Delegate DaliEventHandler<T, U>
Definition
- Assembly:
- Tizen.NUI.dll
[UnmanagedFunctionPointer(CallingConvention.Cdecl)] this should be removed with EventHandler from .NET
[SuppressMessage("Microsoft.Naming", "CA1715:IdentifiersShouldHaveCorrectPrefix", Justification = "T, U are commonly used as generic type parameter names.")]
public delegate void DaliEventHandler<T, U>(T source, U e)