IDTToolsOptionsPage.OnCancel Method
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.
Occurs if the user clicks the Cancel button in the Options dialog box.
public:
void OnCancel();
public:
void OnCancel();
void OnCancel();
[System.Runtime.InteropServices.DispId(4)]
public void OnCancel ();
[<System.Runtime.InteropServices.DispId(4)>]
abstract member OnCancel : unit -> unit
Public Sub OnCancel ()
- Attributes
Remarks
When the OnCancel method's host interface is implemented, OnCancel acts as an event that occurs when a user clicks Cancel in the Options dialog box. This event occurs before OnBeginClose
is called.