Share via


TreeView.OnGotFocus(RoutedEventArgs) 方法

定義

引發 GotFocus 路由事件。

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

參數

e
RoutedEventArgs

事件的資料。

給繼承者的注意事項

在衍生類別中覆 OnGotFocus(RoutedEventArgs) 寫時,請務必呼叫基類的 OnGotFocus(RoutedEventArgs) 方法,讓已註冊的委派接收事件。

適用於