IBuildEventArgsReaderNotifications.StringReadDone Event
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 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)