IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
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, XmlIgnorableWhitespaceEventArgs e);

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

Remarks

The ignorable whitespace section is provided by the Text parameter.

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