CoreWebView2ScreenCaptureStartingEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Handled |
The host may set this flag to |
OriginalSourceFrameInfo |
The frame info of the frame where the screen capture starting request originated. |
Methods
GetDeferral() |
Returns a CoreWebView2Deferral object. |