 | IActionExecutionEnvironmentMatchSelected Method |
Fires an OnMatchSelected event.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid 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