Table of Contents

Class CalledLineChangedEvent

Namespace
Loehnert.Lisrt.Scripting.Editor.File.Python
Assembly
Loehnert.Lisrt.Scripting.dll

Event for a change of the label, called line in the CallStackViewModel.

public class CalledLineChangedEvent
Inheritance
CalledLineChangedEvent
Inherited Members

Remarks

Constructors

CalledLineChangedEvent(TraceBackFrame, IProjectItem)

Initializes a new instance of the CalledLineChangedEvent class.

public CalledLineChangedEvent(TraceBackFrame callFrame, IProjectItem projectItem)

Parameters

callFrame TraceBackFrame

Frame with information about the call.

projectItem IProjectItem

Item where the call belongs to.

Properties

CallFrame

Gets the trace back frame from the call.

public TraceBackFrame CallFrame { get; }

Property Value

TraceBackFrame

ProjectItem

Gets the depending project item.

public IProjectItem ProjectItem { get; }

Property Value

IProjectItem