WpfPanel.CloseApplicationClick Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used when close button is clicked on the application to pass the event back to the main UI code.
public:
virtual event Microsoft::Uii::Desktop::UI::Controls::CloseApplicationClickEventHandler ^ CloseApplicationClick;
public event Microsoft.Uii.Desktop.UI.Controls.CloseApplicationClickEventHandler CloseApplicationClick;
member this.CloseApplicationClick : Microsoft.Uii.Desktop.UI.Controls.CloseApplicationClickEventHandler
Public Event CloseApplicationClick As CloseApplicationClickEventHandler