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

IModuleManager.Remove(String, String, Boolean) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v18.2.dll

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