BuildEventArgsReader.StringEncountered Event

Definition

An event that allows the caller to be notified when a string is encountered in the binary log. BinaryReader passed in ctor is at the beginning of the string at this point.

public:
 virtual event Action ^ StringEncountered;
public event Action? StringEncountered;
member this.StringEncountered : Action 
Public Event StringEncountered As Action 

Event Type

Implements

Applies to