StartLoop Event
Fires when the starting of a loop is detected in a transaction set.
Syntax
public event OnStartLoopHandler OnStartLoop; public delegate void OnStartLoopHandler(object sender, TradacomsreaderStartLoopEventArgs e); public class TradacomsreaderStartLoopEventArgs : EventArgs { public string Name { get; } }
Public Event OnStartLoop As OnStartLoopHandler Public Delegate Sub OnStartLoopHandler(sender As Object, e As TradacomsreaderStartLoopEventArgs) Public Class TradacomsreaderStartLoopEventArgs Inherits EventArgs Public ReadOnly Property Name As String End Class
Remarks
The StartLoop event will fire when the tag of a loop trigger segment is read. The Name parameter contains the schema-provided name of the loop, such as "N1Loop1".