Occurs when a match has been found.
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. |
RegistrySearcher Class | ComponentSpace.RegistryToolkit Namespace