Click or drag to resize

IActionExecutionEnvironmentMatchSelected Method

Fires an OnMatchSelected event.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void MatchSelected(
	IMatch match,
	bool special,
	IMatches matches
)

Parameters

match
Type: de.unika.ipd.grGen.libGrIMatch
Specifies the selected match.
special
Type: SystemBoolean
Specifies whether the "special" flag has been used.
matches
Type: de.unika.ipd.grGen.libGrIMatches
The matches found.
See Also