PyCPropertyPage.OnQueryCancel Virtual

OnQueryCancel()

Called by the framework when the user clicks the Cancel button and before the cancel action has taken place.

Comments

Note - If you provide a handler, you must call the underlying MFC method (PyCPropertyPage::OnQueryCancel) yourself

See Also

PyCPropertyPage::OnQueryCancel

Return Value

Return FALSE to prevent the cancel operation or TRUE to allow it.