WizardFramework.OnClosing(CancelEventArgs) 方法

定義

精靈正在關閉時呼叫。

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)

參數

e
CancelEventArgs

包含事件資料的 CancelEventArgs 物件。

適用於