Beispiel #1
0
 public InteractabilityChangeEventArgs(InteractabilityType type, bool oldVal, bool newVal)
 {
   InteractabilityType = type;
   OldValue = oldVal;
   NewValue = newVal;
 }
Beispiel #2
0
 public InteractabilityChangeEventArgs(InteractabilityType type, bool oldVal, bool newVal)
 {
     InteractabilityType = type;
     OldValue            = oldVal;
     NewValue            = newVal;
 }