Skip to main content
A newer version of this page is available. .

WindowController.ViewQueryCanClose Event

Occurs when checking whether the View of the Window Controller’s Window is allowed to be closed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public event EventHandler<CancelEventArgs> ViewQueryCanClose

Event Data

The ViewQueryCanClose event's data class is CancelEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.

Remarks

This event occurs as a result of raising the current View’s View.QueryCanClose event.

See Also