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.1
Syntax
C#
void MatchSelected(
	IMatch match,
	bool special,
	IMatches matches
)

Parameters

match  IMatch
Specifies the selected match.
special  Boolean
Specifies whether the "special" flag has been used.
matches  IMatches
The matches found.
See Also