IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin 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 functionality is not yet implemented.

This event fires when output data is written.

Text contains the JSON data currently being written.

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