UIElement3D.OnIsKeyboardFocusWithinChanged 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在此項目引發 IsKeyboardFocusWithinChanged 事件前叫用。 實作這個方法可為此事件加入類別處理。
protected:
virtual void OnIsKeyboardFocusWithinChanged(System::Windows::DependencyPropertyChangedEventArgs e);
protected virtual void OnIsKeyboardFocusWithinChanged (System.Windows.DependencyPropertyChangedEventArgs e);
abstract member OnIsKeyboardFocusWithinChanged : System.Windows.DependencyPropertyChangedEventArgs -> unit
override this.OnIsKeyboardFocusWithinChanged : System.Windows.DependencyPropertyChangedEventArgs -> unit
Protected Overridable Sub OnIsKeyboardFocusWithinChanged (e As DependencyPropertyChangedEventArgs)
參數
備註
當相依性屬性的值 IsKeyboardFocusWithin 變更其值時,會呼叫這個虛擬方法。 虛擬方法會先呼叫,並視需要操作事件數據。 然後, IsKeyboardFocusWithinChanged 事件會以相同的事件數據實例引發。 請注意,事件 IsKeyboardFocusWithinChanged 不是路由事件。 因此,您無法將它標示為在類別處理程式中處理。
這個方法沒有預設實作。 由於繼承中的中繼類別可能會實作此方法,因此建議您在實作中呼叫基底實作。 視需求而定,您可以在特殊處理之前或之後呼叫基底。