ViewModelRemovingEventArgs(String, Object, String) Constructor
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v25.1.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