WorkflowViewElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) Method

Definition

Invoked when an element receives keyboard focus. Implement this method in a derived class to handle this event.

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

Parameters

e
KeyboardFocusChangedEventArgs

The KeyboardFocusChangedEventArgs that contains the event data.

Applies to