PrintForm.QueryPageSettings 이벤트
업데이트: 2007년 11월
각 페이지가 인쇄되기 바로 전에 발생합니다.
네임스페이스: Microsoft.VisualBasic.PowerPacks.Printing
어셈블리: Microsoft.VisualBasic.PowerPacks.Vs(Microsoft.VisualBasic.PowerPacks.Vs.dll)
구문
<BrowsableAttribute(False)> _
Public Event QueryPageSettings As QueryPageSettingsEventHandler
Dim instance As PrintForm
Dim handler As QueryPageSettingsEventHandler
AddHandler instance.QueryPageSettings, handler
[BrowsableAttribute(false)]
public event QueryPageSettingsEventHandler QueryPageSettings
[BrowsableAttribute(false)]
public:
event QueryPageSettingsEventHandler^ QueryPageSettings {
void add (QueryPageSettingsEventHandler^ value);
void remove (QueryPageSettingsEventHandler^ value);
}
JScript에서는 이벤트를 지원하지 않습니다.
설명
QueryPageSettings 이벤트 처리기는 일반적으로 다중 페이지 폼에서 단일 페이지의 설정을 변경하는 데 사용됩니다. 예를 들어 페이지 너비를 변경하는 데 이 이벤트 처리기를 사용할 수 있습니다.
권한
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
Microsoft.VisualBasic.PowerPacks.Printing 네임스페이스
기타 리소스
방법: PrintForm 구성 요소를 사용하여 폼 인쇄(Visual Basic)
방법: 폼의 클라이언트 영역 인쇄(Visual Basic)