Edit

Share via


WebViewControlMoveFocusRequestedEventArgs Class

Definition

Provides data for the MoveFocusRequested event. This class cannot be inherited.

public sealed class WebViewControlMoveFocusRequestedEventArgs : EventArgs
type WebViewControlMoveFocusRequestedEventArgs = class
    inherit EventArgs
Public NotInheritable Class WebViewControlMoveFocusRequestedEventArgs
Inherits EventArgs
Inheritance
WebViewControlMoveFocusRequestedEventArgs

Remarks

Copy from Windows.Web.UI.Interop.WebViewControlMoveFocusRequestedEventArgs to avoid requirement to link Windows.winmd

Properties

Reason

Gets the move focus reason.

Methods

ToWebViewControlMoveFocusRequestedEventArgs(WebViewControlMoveFocusRequestedEventArgs)

Creates a WebViewControlMoveFocusRequestedEventArgs from Windows.Web.UI.Interop.WebViewControlMoveFocusRequestedEventArgs.

Operators

Implicit(WebViewControlMoveFocusRequestedEventArgs to WebViewControlMoveFocusRequestedEventArgs)

Performs an implicit conversion from Windows.Web.UI.Interop.WebViewControlMoveFocusRequestedEventArgs to WebViewControlMoveFocusRequestedEventArgs.

Applies to

See also

  • <xref:Windows.Web.UI.Interop.WebViewControlMoveFocusRequestedEventArgs>
  • EventArgs