ComponentSpace Registry Toolkit Class Library Reference

RegistrySearcher.Matched Event

Occurs when a match has been found.

[Visual Basic]
Public Event Matched As RegistryMatchEventHandler
[C#]
public event RegistryMatchEventHandler Matched;

Event Data

The event handler receives an argument of type RegistryMatchEventArgs containing data related to this event. The following RegistryMatchEventArgs properties provide information specific to this event.

Property Description
KeyName Gets the name of the matching key or the name of the key whose value or value data has matched.
MatchType Gets the type of match that occurred.
ValueData Gets the matching value data.
ValueName Gets the name of the matching value or the name of the value whose data has matched.

See Also

RegistrySearcher Class | ComponentSpace.RegistryToolkit Namespace