ConnectionDialog.OnClosing(CancelEventArgs) Method

Definition

Raises the Closing event.

protected:
 override void OnClosing(System::ComponentModel::CancelEventArgs ^ e);
protected override void OnClosing (System.ComponentModel.CancelEventArgs e);
override this.OnClosing : System.ComponentModel.CancelEventArgs -> unit
Protected Overrides Sub OnClosing (e As CancelEventArgs)

Parameters

e
CancelEventArgs

A CancelEventArgs object that contains the event data.

Applies to