IBuildEventStringsReader.StringReadDone Event

Definition

An event that allows the subscriber to be notified when a string is read from the binary log. Subscriber may adjust the string by setting StringToBeUsed property. The passed event arg can be reused and should not be stored.

public:
 event Action<Microsoft::Build::Logging::StringReadEventArgs ^> ^ StringReadDone;
event Action<Microsoft.Build.Logging.StringReadEventArgs>? StringReadDone;
member this.StringReadDone : Action<Microsoft.Build.Logging.StringReadEventArgs> 
Event StringReadDone As Action(Of StringReadEventArgs) 

Event Type

Applies to