Esempio n. 1
0
 public void OnEvent(object sender, ObjectInfoEventArgs args
                     )
 {
     deletionLog.xed = true;
     _enclosing.AssertItemIsActive(args);
 }
Esempio n. 2
0
 public void OnEvent(object sender, CancellableObjectEventArgs
                     args)
 {
     deletionLog.xing = true;
     _enclosing.AssertItemIsActive(args);
 }