QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

Status Event

Shows the progress of the QuickBooks connection.

Syntax

public event OnStatusHandler OnStatus;

public delegate void OnStatusHandler(object sender, ObjsearchStatusEventArgs e);

public class ObjsearchStatusEventArgs : EventArgs {
  public string Message { get; }
}
Public Event OnStatus As OnStatusHandler

Public Delegate Sub OnStatusHandler(sender As Object, e As ObjsearchStatusEventArgs)

Public Class ObjsearchStatusEventArgs Inherits EventArgs
  Public ReadOnly Property Message As String
End Class

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 .NET Edition - Version 20.0 [Build 7941]