WorkflowViewElement.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) Method

Definition

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

C#
protected override void OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs e);

Parameters

e
KeyboardFocusChangedEventArgs

The KeyboardFocusChangedEventArgs that contains the event data.

Applies to

Produk Versi
.NET Framework 4.0