Skip to main content

ViewModelRemovingEventArgs(String, Object, String) Constructor

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public ViewModelRemovingEventArgs(
    string regionName,
    object viewModel,
    string viewModelKey
)

Parameters

Name Type
regionName String
viewModel Object
viewModelKey String
See Also