EvaluationOptions.OnEvent Property
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.
Gets or sets an event handler that handles the emitted events in the evaluation process.
public EventHandler OnEvent { get; set; }
member this.OnEvent : EventHandler with get, set
Public Property OnEvent As EventHandler
Property Value
An event handler that handles the emitted events in the evaluation process.