PrintForm.OnEndPrint 方法
引發 EndPrint 事件。
命名空間: Microsoft.VisualBasic.PowerPacks.Printing
組件: Microsoft.VisualBasic.PowerPacks.Vs (在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)
語法
'宣告
Protected Overridable Sub OnEndPrint ( _
e As PrintEventArgs _
)
protected virtual void OnEndPrint(
PrintEventArgs e
)
protected:
virtual void OnEndPrint(
PrintEventArgs^ e
)
abstract OnEndPrint :
e:PrintEventArgs -> unit
override OnEndPrint :
e:PrintEventArgs -> unit
protected function OnEndPrint(
e : PrintEventArgs
)
參數
e
類型:PrintEventArgs包含事件資料的 EventArgs。
備註
引發事件會透過委派叫用此事件處理常式。 如需詳細資訊,請參閱處理和引發事件。
OnEndPrint方法也可讓衍生的類別來處理事件,而不用附加委派。 這是在衍生類別中處理事件的慣用技巧。
繼承者注意事項
在覆寫OnEndPrint在衍生類別中,確定呼叫OnEndPrint方法的基底類別,好讓註冊的委派可接收事件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualBasic.PowerPacks.Printing 命名空間
其他資源
如何:使用 PrintForm 元件列印表單 (Visual Basic)