Defines a IKeyMode event argument: gives access to the actual key that is the subject of the event.
Inheritance: KeyEventArgs
Example #1
0
 private void OnKeyModelCollectionChanged( object sender, KeyModeEventArgs e )
 {
     RefreshKeyModeCollection();
 }