FrameworkContentElement.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

事件的事件資料。

備註

如果事件源自這個專案,這個類別處理常式就會設定此元素的適當焦點行為。 如果事件的來源是樹狀結構中的另一個專案,處理常式就不會執行任何動作。

覆寫這個方法,以變更元素上的這些預設焦點行為。

適用於