Class InspectPanelShowRequestedEventArgs
Fired when user asks to show the Inspect panel.
public sealed record InspectPanelShowRequestedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<InspectPanelShowRequestedEventArgs>
- Inheritance
-
EventArgsInspectPanelShowRequestedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
InspectPanelShowRequestedEventArgs(BackendNodeId)
Fired when user asks to show the Inspect panel.
public InspectPanelShowRequestedEventArgs(BackendNodeId BackendNodeId)
Parameters
BackendNodeIdBackendNodeIdId of the node to show in the panel.
Properties
BackendNodeId
Id of the node to show in the panel.
public BackendNodeId BackendNodeId { get; init; }