[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.OnLostKeyboardFocus

OnLostKeyboardFocus Method

OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration
protected override void OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
Protected Overrides Sub OnLostKeyboardFocus(e As KeyboardFocusChangedEventArgs)
Parameters
Type Name Description
KeyboardFocusChangedEventArgs e

The KeyboardFocusChangedEventArgs that contains event data.

Overrides