IgnorableWhitespace Event
Fired when a section of ignorable whitespace is encountered.
Syntax
virtual int FireIgnorableWhitespace(RESTIgnorableWhitespaceEventParams *e);
typedef struct {
char* Text;
int reserved;
} RESTIgnorableWhitespaceEventParams;
Remarks
The ignorable whitespace section is provided by the Text parameter.