AvalonEdit
OnLostKeyboardFocus Method (e)
NamespacesICSharpCode.AvalonEdit.EditingTextAreaOnLostKeyboardFocus(KeyboardFocusChangedEventArgs)
Invoked when an unhandled 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 Syntax
C#Visual BasicVisual C++
protected override void OnLostKeyboardFocus(
	KeyboardFocusChangedEventArgs e
)
Protected Overrides Sub OnLostKeyboardFocus ( _
	e As KeyboardFocusChangedEventArgs _
)
protected:
virtual void OnLostKeyboardFocus(
	KeyboardFocusChangedEventArgs^ e
) override
Parameters

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238