1 implementation of KeysChanged
Microsoft.TemplateEngine.Core (1)
VariableCollection.cs (1)
45public event KeysChangedEventHander? KeysChanged;
1 reference to KeysChanged
Microsoft.TemplateEngine.Core (1)
VariableCollection.cs (1)
41monitored.KeysChanged += RelayKeysChanged;