Beispiel #1
0
 /// <summary>
 /// Responds to the KeyUp event.
 /// </summary>
 /// <param name="e">The event data for the KeyUp event.</param>
 protected override void OnKeyUp(KeyEventArgs e)
 {
     if (Interaction.AllowKeyUp(e))
     {
     }
 }