ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

ControlRecord Event

Fires when the control record data is read.

Syntax

[VB.NET]
Public Event OnControlRecord As OnControlRecordHandler
[C#]
public event OnControlRecordHandler OnControlRecord;

public delegate void OnControlRecordHandler(object sender, IdocreaderControlRecordEventArgs e);

class IdocreaderControlRecordEventArgs : EventArgs {
  string ControlRecordData {get;}
}

Remarks

This event is where you can retrieve the Control Record data as it is being read by the component.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0