PrintForm.EndPrint 事件
更新:2007 年 11 月
打印完文档的最后一页时发生。
命名空间: Microsoft.VisualBasic.PowerPacks.Printing
程序集: Microsoft.VisualBasic.PowerPacks.Vs(在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public Event EndPrint As PrintEventHandler
用法
Dim instance As PrintForm
Dim handler As PrintEventHandler
AddHandler instance.EndPrint, handler
[BrowsableAttribute(false)]
public event PrintEventHandler EndPrint
[BrowsableAttribute(false)]
public:
event PrintEventHandler^ EndPrint {
void add (PrintEventHandler^ value);
void remove (PrintEventHandler^ value);
}
JScript 不支持事件。
备注
EndPrint 事件处理程序通常用于执行必须在打印之后完成的任务。例如,它可用来显示一个对话框以通知用户打印作业已完成。
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
另请参见
参考
Microsoft.VisualBasic.PowerPacks.Printing 命名空间
其他资源
如何:使用 PrintForm 组件打印窗体 (Visual Basic)