StringReadEventArgs Class

Definition

An event args for StringReadDone callback.

public ref class StringReadEventArgs sealed : EventArgs
public sealed class StringReadEventArgs : EventArgs
type StringReadEventArgs = class
    inherit EventArgs
Public NotInheritable Class StringReadEventArgs
Inherits EventArgs
Inheritance
StringReadEventArgs

Constructors

StringReadEventArgs(String)

Properties

OriginalString

The original string that was read from the binary log.

StringToBeUsed

The adjusted string (or the original string of none subscriber replaced it) that will be used by the reader.

Applies to