IgnorableWhitespace Event
Fired when a section of ignorable whitespace is encountered.
Syntax
typedef void __fastcall (__closure *TipwJSONIgnorableWhitespaceEvent)(System::TObject* Sender, TipwJSONIgnorableWhitespaceEventParams *e);__property TipwJSONIgnorableWhitespaceEvent OnIgnorableWhitespace = {read=FOnIgnorableWhitespace, write=FOnIgnorableWhitespace};
typedef struct {
String Text;
} TipwJSONIgnorableWhitespaceEventParams;
Remarks
The ignorable whitespace section is provided by the Text parameter.