Search Results for

    Show / Hide Table of Contents

    Delegate DaliEventHandler<T, U>

    Definition

    Namespace:
    Tizen.NUI
    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)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX