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

NavigationEventArgs(String, Object, Object, String, String) Constructor

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public NavigationEventArgs(
    string regionName,
    object oldVM,
    object newVM,
    string oldVMKey,
    string newVMKey
)

Parameters

Name Type
regionName String
oldVM Object
newVM Object
oldVMKey String
newVMKey String
See Also