Status Event
Shows the progress of the FDMS/Datawire connection.
Syntax
[VB.NET] Public Event OnStatus As OnStatusHandler
[C#] public event OnStatusHandler OnStatus; public delegate void OnStatusHandler(object sender, FdmssettleStatusEventArgs e); class FdmssettleStatusEventArgs : EventArgs { string Message {get;} }
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.