[]
        
(Showing Draft Content)

C1.WPF.Grid.C1GridControl.OnPreviewLostKeyboardFocus

OnPreviewLostKeyboardFocus Method

OnPreviewLostKeyboardFocus(object, KeyboardFocusChangedEventArgs)

Called when the control is about to lose keyboard focus (preview phase).

Declaration
protected virtual void OnPreviewLostKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
Protected Overridable Sub OnPreviewLostKeyboardFocus(sender As Object, e As KeyboardFocusChangedEventArgs)
Parameters
Type Name Description
object sender

The control losing focus.

KeyboardFocusChangedEventArgs e

Event data for the keyboard focus change.