Table of Contents

Class OnContextUpdatedArgs

Namespace
Fluxzy.Core.Breakpoints
Assembly
Fluxzy.Core.dll
public class OnContextUpdatedArgs : EventArgs
Inheritance
OnContextUpdatedArgs
Inherited Members

Constructors

OnContextUpdatedArgs(IBreakPointAlterationModel, BreakPointContext)

public OnContextUpdatedArgs(IBreakPointAlterationModel breakPointAlterationModel, BreakPointContext context)

Parameters

breakPointAlterationModel IBreakPointAlterationModel
context BreakPointContext

Properties

BreakPointAlterationModel

public IBreakPointAlterationModel BreakPointAlterationModel { get; }

Property Value

IBreakPointAlterationModel

Context

public BreakPointContext Context { get; }

Property Value

BreakPointContext