IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

public event OnIgnorableWhitespaceHandler OnIgnorableWhitespace;

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

public class RestIgnorableWhitespaceEventArgs : EventArgs {
  public string Text { get; }
}
Public Event OnIgnorableWhitespace As OnIgnorableWhitespaceHandler

Public Delegate Sub OnIgnorableWhitespaceHandler(sender As Object, e As RestIgnorableWhitespaceEventArgs)

Public Class RestIgnorableWhitespaceEventArgs Inherits EventArgs
  Public ReadOnly Property Text As String
End Class

Remarks

The ignorable whitespace section is provided by the Text parameter.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 .NET Edition - Version 20.0 [Build 8307]