IDTToolsOptionsPage.OnCancel Method

Definition

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.

Applies to