TextBoxBase.OnLostFocus(RoutedEventArgs) 方法

定義

使用所提供的引數,來引發 LostFocus 事件。

protected:
 override void OnLostFocus(System::Windows::RoutedEventArgs ^ e);
protected override void OnLostFocus (System.Windows.RoutedEventArgs e);
override this.OnLostFocus : System.Windows.RoutedEventArgs -> unit
Protected Overrides Sub OnLostFocus (e As RoutedEventArgs)

參數

e
RoutedEventArgs

提供有關事件的資料。

適用於

另請參閱