Control.OnLostFocus(RoutedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
void OnLostFocus(RoutedEventArgs const& e);
protected virtual void OnLostFocus(RoutedEventArgs e);
function onLostFocus(e)
Protected Overridable Sub OnLostFocus (e As RoutedEventArgs)
Parameters
The data for the event.