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 |
---|---|
System.EventHandler<ProcessSubContentEventArgs> |