DesktopApplicationUIBase.CloseApplicationClick Property
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.
Gets or sets the event handler to handle application close.
public:
property Microsoft::Uii::Desktop::UI::Controls::CloseApplicationClickEventHandler ^ CloseApplicationClick { Microsoft::Uii::Desktop::UI::Controls::CloseApplicationClickEventHandler ^ get(); void set(Microsoft::Uii::Desktop::UI::Controls::CloseApplicationClickEventHandler ^ value); };
public Microsoft.Uii.Desktop.UI.Controls.CloseApplicationClickEventHandler CloseApplicationClick { get; set; }
member this.CloseApplicationClick : Microsoft.Uii.Desktop.UI.Controls.CloseApplicationClickEventHandler with get, set
Public Property CloseApplicationClick As CloseApplicationClickEventHandler