Search Results for

    Show / Hide Table of Contents

    Interface ITemplateInvoker

    Template invoker which will be called when templates are laoded and unloaded

    Namespace: Simplic.UIDataTemplate
    Assembly: Simplic.UIDataTemplate.dll
    Syntax
    public interface ITemplateInvoker

    Methods

    | Improve this Doc View Source

    Load(ITemplateLoader, String, String, DependencyObject)

    Template is laoded

    Declaration
    void Load(ITemplateLoader loader, string templateName, string templatePath, DependencyObject content)
    Parameters
    Type Name Description
    ITemplateLoader loader
    System.String templateName
    System.String templatePath
    System.Windows.DependencyObject content

    Freshly loaded content

    | Improve this Doc View Source

    Unload(DependencyObject)

    Template is unloaded

    Declaration
    void Unload(DependencyObject content)
    Parameters
    Type Name Description
    System.Windows.DependencyObject content

    Unloaded content

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx