Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2CursorChangedEventHandler
: public IUnknown
The caller implements this interface to receive CursorChanged events.
Summary
| Members | Descriptions |
|---|---|
| Invoke | Called to provide the implementer with the event args for the corresponding event. |
Use the Cursor property to get the new cursor.
Applies to
| Product | Introduced |
|---|---|
| WebView2 Win32 | 1.0.774.44 |
| WebView2 Win32 Prerelease | 1.0.790 |
Members
Invoke
Called to provide the implementer with the event args for the corresponding event.
public HRESULT Invoke(ICoreWebView2CompositionController * sender, IUnknown * args)
There are no event args and the args parameter will be null.