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

IModuleManagerBase.GetEvents(String) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v20.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

IRegionEventManager GetEvents(
    string regionName
)

Parameters

Name Type
regionName String

Returns

Type
IRegionEventManager
See Also