Click or drag to resize
CorrectableMessagePerformCorrection Method
Performs the correction specified. If this message is a message with steps (CorrectionsAreChoices is false), or the passed in correct isn't part of this message, an exception is thrown. If the correction is allowed to be performed and the correction has a func, the func is invoked. If the func returns true, the Handled event is raised and this message is considered handled and corrected.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public void PerformCorrection(
	Correction toPerform
)

Parameters

toPerform
Type: SD.LLBLGen.Pro.ApplicationCore.MessageReportingCorrection
Correction to perform.
See Also