Class LifecycleEventEventArgs
LifecycleEvent
public sealed class LifecycleEventEventArgs : EventArgs
- Inheritance
-
LifecycleEventEventArgs
- Inherited Members
Properties
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
LoaderId
Gets or sets the loaderId
[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }
Property Value
Name
Gets or sets the name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }