다음을 통해 공유


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 보안

참고 항목

참조

PrintForm 클래스

Microsoft.VisualBasic.PowerPacks.Printing 네임스페이스

기타 리소스

PrintForm 구성 요소(Visual Basic)

방법: PrintForm 구성 요소를 사용하여 폼 인쇄(Visual Basic)

방법: 폼의 클라이언트 영역 인쇄(Visual Basic)

방법: 폼의 클라이언트 영역 및 비클라이언트 영역 인쇄(Visual Basic)

방법: 스크롤 가능 폼 인쇄(Visual Basic)

PrintForm 구성 요소를 참조하는 응용 프로그램 배포(Visual Basic)