QueuePathDialog.OnFormClosing(FormClosingEventArgs) Method

Definition

Event handler for the form closing event of the queue path editor control.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 override void OnFormClosing(System::Windows::Forms::FormClosingEventArgs ^ e);
protected override void OnFormClosing (System.Windows.Forms.FormClosingEventArgs e);
override this.OnFormClosing : System.Windows.Forms.FormClosingEventArgs -> unit
Protected Overrides Sub OnFormClosing (e As FormClosingEventArgs)

Parameters

e
FormClosingEventArgs

A FormClosingEventArgs object that contains the arguments for the form closing event handler.

Applies to