共用方式為


WebPart.OnClosing(EventArgs) 方法

定義

WebPart 控制項在 Web 組件頁面上關閉時,可以讓衍生的類別提供自訂處理。

protected public:
 virtual void OnClosing(EventArgs ^ e);
protected internal virtual void OnClosing (EventArgs e);
abstract member OnClosing : EventArgs -> unit
override this.OnClosing : EventArgs -> unit
Protected Friend Overridable Sub OnClosing (e As EventArgs)

參數

e
EventArgs

包含事件資料的 EventArgs

備註

基類中的 方法不包含實作 WebPart 。 如有 WebPart 需要,衍生控件可以覆寫 方法,以在關閉控件時提供自定義處理。 如果您在衍生類別中提供實作,OnClosing控件WebPartManager會自動叫用 方法。

適用於

另請參閱