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 ISubContentPublisherEvents
ProcessSubContent
The parser fires this event when it wishes to pass sub-content for processing to the framework.
Declaration
event EventHandler<ProcessSubContentEventArgs> ProcessSubContentEvent Type
| Type | Description | 
|---|---|
| EventHandler<ProcessSubContentEventArgs> |