IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

JSON Event

Fires with the JSON data being written.

Syntax

[VB.NET]
Public Event OnJSON As OnJSONHandler
[C#]
public event OnJSONHandler OnJSON;

public delegate void OnJSONHandler(object sender, JsonJSONEventArgs e);

class JsonJSONEventArgs : EventArgs {
  string Text {get;}
}

Remarks

This event fires when output data is written.

Text contains the JSON data currently being written.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]