Click or drag to resize

IActionExecutionEnvironmentOnMatchedBefore Event

Fired after all requested matches of a multi rule or rule have been matched, before filtering of the matches. Allows a lookahead on the matches, on all found matches, in contrast to OnMatchedAfter that only reports the ones that are applied in the end.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
event MatchedBeforeFilteringHandler OnMatchedBefore

Value

Type: de.unika.ipd.grGen.libGrMatchedBeforeFilteringHandler
See Also