Click button to edit
Events And Notification: Before/After Write Event Handling
Show how to implement write events
Input.txt
Report layout.cs
Run a record through engine using the write event to filter out unwanted details
RunEngine.cs
output.txt
ImportantYou can use lambda expressions instead of event methods, for example:
RunEngineLambda.cs