ButtonBase.OnLostFocus Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Provides handling for the LostFocus event.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Protected Overrides Sub OnLostFocus ( _
    e As RoutedEventArgs _
)
protected override void OnLostFocus(
    RoutedEventArgs e
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

e is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

This method sets the IsPressed property to false when the button is in a click mode other than Hover.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ButtonBase Class

System.Windows.Controls.Primitives Namespace

Button