IModuleWindowManager.Close(String, String, Nullable<MessageBoxResult>, Boolean) Method
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
void Close(
string regionName,
string key,
MessageBoxResult? dialogResult = null,
bool raiseViewModelRemovingEvent = true
)
Parameters
| Name | Type |
|---|---|
| regionName | String |
| key | String |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| dialogResult | Nullable<MessageBoxResult> | null |
| raiseViewModelRemovingEvent | Boolean | True |
See Also