PrintForm.EndPrint 事件
發生於文件最後一頁列印時。
命名空間: Microsoft.VisualBasic.PowerPacks.Printing
組件: Microsoft.VisualBasic.PowerPacks.Vs (在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Event EndPrint As PrintEventHandler
[BrowsableAttribute(false)]
public event PrintEventHandler EndPrint
[BrowsableAttribute(false)]
public:
event PrintEventHandler^ EndPrint {
void add (PrintEventHandler^ value);
void remove (PrintEventHandler^ value);
}
[<BrowsableAttribute(false)>]
member EndPrint : IEvent<PrintEventHandler,
PrintEventArgs>
JScript 不支援事件。
備註
EndPrint事件處理常式通常用來執行任何需要在列印之後完成的工作。 例如,可以用來顯示對話方塊通知使用者完成列印工作。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualBasic.PowerPacks.Printing 命名空間
其他資源
如何:使用 PrintForm 元件列印表單 (Visual Basic)