Table of Contents

Delegate Parser.ParsedSegmentEventHandler

Namespace
EDIParser
Assembly
EDIParser.dll

Represents the method that handles the ParsedSegment event.

public delegate void Parser.ParsedSegmentEventHandler(object sender, int segmentNbr, ref Segment segment, ref bool cancel)

Parameters

sender object

The parser that raised the event.

segmentNbr int

The one-based position of the segment in the source message.

segment Segment

A reference to the parsed segment.

cancel bool

Set to true to stop parsing after the current segment.