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

ViewInjectionManager.UnregisterNavigatedAwayEventHandler(Object, Action) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public void UnregisterNavigatedAwayEventHandler(
    object viewModel,
    Action eventHandler = null
)

Parameters

Name Type
viewModel Object

Optional Parameters

Name Type Default
eventHandler Action *null*
See Also