Skip to main content

IModuleManagerBase.GetEvents(String) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

IRegionEventManager GetEvents(
    string regionName
)

Parameters

Name Type
regionName String

Returns

Type
IRegionEventManager
See Also