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, XmlpIgnorableWhitespaceEventArgs e); class XmlpIgnorableWhitespaceEventArgs : EventArgs { string Text {get;} }
Remarks
The ignorable whitespace section is provided by the Text parameter.