IPWorks EDIFACT 2020 .NET Edition

Questions / Feedback?

EndLoop Event

Fires when the end of a loop is detected in a transaction set.

Syntax

public event OnEndLoopHandler OnEndLoop;

public delegate void OnEndLoopHandler(object sender, EdifactvalidatorEndLoopEventArgs e);

public class EdifactvalidatorEndLoopEventArgs : EventArgs {
}
Public Event OnEndLoop As OnEndLoopHandler

Public Delegate Sub OnEndLoopHandler(sender As Object, e As EdifactvalidatorEndLoopEventArgs)

Public Class EdifactvalidatorEndLoopEventArgs Inherits EventArgs
End Class

Remarks

The EndLoop event will fire after the last segment in a loop is read. Each EndLoop event is paired with one StartLoop event.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 .NET Edition - Version 20.0 [Build 8209]