CommonToggleButtonBase.OnLostFocus(RoutedEventArgs) method¶
Defined in
Type: CommonToggleButtonBase
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
protected override void OnLostFocus(RoutedEventArgs e)
Summary: Raises the LostFocus routed event by using the event data that is provided.
Parameters
| Name | Type | Description |
|---|---|---|
e | RoutedEventArgs | A RoutedEventArgs that contains event data. This event data must contain the identifier for the LostFocus event. |