CloseAllMessage Constructors
A message notifying that all view models should close itself. Usually sent by DocumentsViewModel<TModule, TUnitOfWork> when the CloseAll command is executed.| Name | Parameters | Description |
|---|---|---|
| CloseAllMessage(CancelEventArgs, Func<Object, Boolean>) | cancelEventArgs, viewModelPredicate | Initializes a new instance of the CloseAllMessage class. |
See Also