Click or drag to resize

MatchSelectedHandler Delegate

Represents a method called when a match has been selected for execution.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public delegate void MatchSelectedHandler(
	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