I am working on developing a wrapper class to monitor changes to a particular reg value.
I am using RegNotifyChangeKeyValue so whenever any value inside regKey "Software\Bla" updated, it fires an event.
But i have multiple values inside "Software\Bla", so how can i monitor changes to single value and not all ?