Skip to main content
A newer version of this page is available. .

WindowInjectionResult(String, Object, Object, Nullable<MessageBoxResult>) Constructor

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public WindowInjectionResult(
    string regionName,
    object viewModel,
    object viewModelKey,
    MessageBoxResult? result
)

Parameters

Name Type
regionName String
viewModel Object
viewModelKey Object
result Nullable<MessageBoxResult>
See Also