Exemplo n.º 1
0
 public InteractabilityChangeEventArgs(InteractabilityType type, bool oldVal, bool newVal)
 {
   InteractabilityType = type;
   OldValue = oldVal;
   NewValue = newVal;
 }
Exemplo n.º 2
0
 public InteractabilityChangeEventArgs(InteractabilityType type, bool oldVal, bool newVal)
 {
     InteractabilityType = type;
     OldValue            = oldVal;
     NewValue            = newVal;
 }