Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

[VB.NET]
Public Event OnIgnorableWhitespace As OnIgnorableWhitespaceHandler
[C#]
public event OnIgnorableWhitespaceHandler OnIgnorableWhitespace;

public delegate void OnIgnorableWhitespaceHandler(object sender, AzurerequestIgnorableWhitespaceEventArgs e);

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

Remarks

The ignorable whitespace section is provided by the Text parameter.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0