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