ICoreWebView2RasterizationScaleChangedEventHandler

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2RasterizationScaleChangedEventHandler : IUnknown {
static const
GUID iid;
}

Members

Functions

Invoke
HRESULT Invoke(ICoreWebView2Controller sender, IUnknown args)

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.

Meta