Trait webview2_sys::ICoreWebView2CursorChangedEventHandler[][src]

pub trait ICoreWebView2CursorChangedEventHandler: IUnknown {
    unsafe fn invoke(
        &self,
        sender: *mut *mut ICoreWebView2CompositionControllerVTable,
        args: *mut *mut IUnknownVTable
    ) -> HRESULT; }
Expand description

The caller implements this interface to receive CursorChanged events. Use the Cursor property to get the new cursor.

Required methods

Called to provide the implementer with the event args for the corresponding event. There are no event args and the args parameter will be null.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors