ComponentOne InputPanel for WPF
PreviewKeyUp Event (C1InputPanelPresenter)

C1.WPF.InputPanel.4 Assembly > C1.WPF.InputPanel Namespace > C1InputPanelPresenter Class : PreviewKeyUp Event
Syntax
'Declaration
 
Public Event PreviewKeyUp As System.Windows.Input.KeyEventHandler
public event System.Windows.Input.KeyEventHandler PreviewKeyUp
Event Data

The event handler receives an argument of type System.Windows.Input.KeyEventArgs containing data related to this event. The following KeyEventArgs properties provide information specific to this event.

PropertyDescription
Gets the key that is part of dead key composition to create a single combined character.  
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets the keyboard key referenced by the event, if the key will be processed by an Input Method Editor (IME).  
Gets the input source that provided this input.  
Gets a value that indicates whether the key referenced by the event is in the down state.  
Gets a value that indicates whether the keyboard key referenced by the event is a repeated key.  
Gets a value that indicates whether the key referenced by the event is in the toggled state.  
Gets a value that indicates whether the key referenced by the event is in the up state.  
Gets the keyboard key associated with the event.  
(Inherited from System.Windows.Input.KeyboardEventArgs)
Gets the state of the keyboard key associated with this event.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets the keyboard key referenced by the event, if the key will be processed by the system.  
(Inherited from System.Windows.Input.InputEventArgs)
See Also