Partager via


CoreWebView2ScreenCaptureStartingEventArgs Class

Definition

Event args for the ScreenCaptureStarting event.

public class CoreWebView2ScreenCaptureStartingEventArgs : EventArgs
type CoreWebView2ScreenCaptureStartingEventArgs = class
    inherit EventArgs
Public Class CoreWebView2ScreenCaptureStartingEventArgs
Inherits EventArgs
Inheritance
CoreWebView2ScreenCaptureStartingEventArgs

Properties

Cancel

The host may set this flag to TRUE to cancel the screen capture.

Handled

The host may set this flag to TRUE to prevent the ScreenCaptureStarting event from firing on the CoreWebView2 as well.

OriginalSourceFrameInfo

The frame info of the frame where the screen capture starting request originated.

Methods

GetDeferral()

Returns a CoreWebView2Deferral object.

Applies to