示例#1
0
文件: Events.cs 项目: vlapchenko/nfx
 public InteractabilityChangeEventArgs(InteractabilityType type, bool oldVal, bool newVal)
 {
   InteractabilityType = type;
   OldValue = oldVal;
   NewValue = newVal;
 }
示例#2
0
 public InteractabilityChangeEventArgs(InteractabilityType type, bool oldVal, bool newVal)
 {
     InteractabilityType = type;
     OldValue            = oldVal;
     NewValue            = newVal;
 }