Skip to main content

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

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

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

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