Class FrameClearedScheduledNavigationEventArgs
Fired when frame no longer has a scheduled navigation.
public sealed class FrameClearedScheduledNavigationEventArgs : EventArgs
- Inheritance
-
FrameClearedScheduledNavigationEventArgs
- Inherited Members
Properties
FrameId
Id of the frame that has cleared its scheduled navigation.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }