Class FrameAttachedEventArgs
FrameAttached
public sealed class FrameAttachedEventArgs : EventArgs- Inheritance
- 
      
      
      FrameAttachedEventArgs
- Inherited Members
Properties
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }Property Value
ParentFrameId
Gets or sets the parentFrameId
[JsonPropertyName("parentFrameId")]
public string ParentFrameId { get; set; }Property Value
Stack
Gets or sets the stack
[JsonPropertyName("stack")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace? Stack { get; set; }