QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

ServerVersion Event

Fires when QuickBooks Web Connector requests the version of your application.

Syntax

public event OnServerVersionHandler OnServerVersion;

public delegate void OnServerVersionHandler(object sender, QbwcserverServerVersionEventArgs e);

public class QbwcserverServerVersionEventArgs : EventArgs {
  public string Version { get; set; }
}
Public Event OnServerVersion As OnServerVersionHandler

Public Delegate Sub OnServerVersionHandler(sender As Object, e As QbwcserverServerVersionEventArgs)

Public Class QbwcserverServerVersionEventArgs Inherits EventArgs
  Public Property Version As String
End Class

Remarks

This event fires when QuickBooks Web Connector requests the version of your application.

Version may be set to any string value. The value you specify will be displayed to the user when they click the more information link in QuickBooks Web Connector.

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