Skip to main content

IModuleManagerBase.GetEvents(Object) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

IViewModelEventManager GetEvents(
    object viewModel
)

Parameters

Name Type
viewModel Object

Returns

Type
IViewModelEventManager
See Also