Skip to main content

CloseAllMessage Class

In This Article

A message notifying that all view models should close itself. Usually sent by DocumentsViewModel<TModule, TUnitOfWork> when the CloseAll command is executed.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v24.2.ViewModel.dll

NuGet Package: DevExpress.Scaffolding.Core

#Declaration

public class CloseAllMessage

#Inheritance

Object
CloseAllMessage
See Also