Class ShellClosingMessage
- Namespace
- Acuit.Pinpoint.Workstation.Messaging
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
The message raised by the IMessenger service when the application shell is closing.
public class ShellClosingMessage : ICancelMessage
- Inheritance
-
ShellClosingMessage
- Implements
- Inherited Members
Remarks
Plug-ins should subscribe to this message to monitor when the application is about to be closed (and to optionally cancel) instead of subscribing to the Application.Current.MainWindow.Closing event.
Constructors
ShellClosingMessage()
public ShellClosingMessage()
Properties
Cancel
Gets or sets whether to request cancellation.
public bool Cancel { get; set; }