StringReadEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |