Click or drag to resize

BlockableDialogAwareViewModel Constructor

Initializes a new instance of the BlockableDialogAwareViewModel class

Namespace: RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public BlockableDialogAwareViewModel(
	IEventAggregator eventAggregator,
	JobDefinitionService jobDefinitionService
)

Parameters

eventAggregator  IEventAggregator

[Missing <param name="eventAggregator"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows.BlockableDialogAwareViewModel.#ctor(Prism.Events.IEventAggregator,RAYLASE.Marker.GUI.Common.Services.JobDefinitionService)"]

jobDefinitionService  JobDefinitionService

[Missing <param name="jobDefinitionService"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows.BlockableDialogAwareViewModel.#ctor(Prism.Events.IEventAggregator,RAYLASE.Marker.GUI.Common.Services.JobDefinitionService)"]

See Also