Beispiel #1
0
 private void OnItemRenamed(object sender, SwatcherRenamedEventArgs e)
 {
     ItemRenamed?.Invoke(sender, e);
 }
Beispiel #2
0
 //NOTE: you will get logging message output to the console if you enabled logging in the Swatcher config.
 //put your business logic in the handlers below and you're good to go.
 private static void SwatcherOnRenamed(object sender, SwatcherRenamedEventArgs e)
 {
 }