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