Skip to main content

IModuleManager.Remove(String, String, Boolean) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

void Remove(
    string regionName,
    string key,
    bool raiseViewModelRemovingEvent = true
)

Parameters

Name Type
regionName String
key String

Optional Parameters

Name Type Default
raiseViewModelRemovingEvent Boolean True
See Also