Exemple #1
0
 void NotifyFileModified()
 {
     ThreadPool.QueueUserWorkItem(a => FileChanged.Execute()); //Queue the changes on a thread so this thread can be aborted due to a dispose triggered from the callback
 }