Svg.Skia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. Svg
    4. ISvgEventCaller

    ISvgEventCaller Interface

    Definition

    Namespace Svg
    Assembly Svg.Custom.dll
    View source
    public interface ISvgEventCaller
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Methods (10)

    RegisterAction(String, Action)
    RegisterAction<T1>(String, Action<T1>)
    RegisterAction<T1, T2>(String, Action<T1, T2>)
    RegisterAction<T1, T2, T3>(String, Action<T1, T2, T3>)
    RegisterAction<T1, T2, T3, T4>(String, Action<T1, T2, T3, T4>)
    RegisterAction<T1, T2, T3, T4, T5>(String, Action<T1, T2, T3, T4, T5>)
    RegisterAction<T1, T2, T3, T4, T5, T6>(String, Action<T1, T2, T3, T4, T5, T6>)
    RegisterAction<T1, T2, T3, T4, T5, T6, T7>(String, Action<T1, T2, T3, T4, T5, T6, T7>)
    RegisterAction<T1, T2, T3, T4, T5, T6, T7, T8>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
    UnregisterAction(String)

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the Creative Commons CC BY 2.5 | Site generated by lunet hosted on GitHub Pages