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
IBreakPointAlterationModelcontext
BreakPointContext
Properties
BreakPointAlterationModel
public IBreakPointAlterationModel BreakPointAlterationModel { get; }
Property Value
Context
public BreakPointContext Context { get; }