Search Results for

    Show / Hide Table of Contents

    Interface ISubContentPublisher

    Interface which should be implemented by parsers which need to publish sub-content

    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface ISubContentPublisher

    Events

    ProcessSubContent

    The parser fires this event when it wishes to pass sub-content for processing to the framework.

    Declaration
    event EventHandler<ProcessSubContentEventArgs> ProcessSubContent
    Event Type
    Type Description
    EventHandler<ProcessSubContentEventArgs>
    In this article
    • Events
      • ProcessSubContent
    Back to top Generated by DocFX