Class FrameSubtreeWillBeDetachedEventArgs
Fired before frame subtree is detached. Emitted before any frame of the subtree is actually detached.
public sealed class FrameSubtreeWillBeDetachedEventArgs : EventArgs
- Inheritance
-
FrameSubtreeWillBeDetachedEventArgs
- Inherited Members
Properties
FrameId
Id of the frame that is the root of the subtree that will be detached.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }