_ApplicationEvents_WindowActivateEventHandler 대리자
이 대리자는 내부용으로 예약되어 있으며 사용자 코드에서 직접 사용하기 위한 것이 아닙니다.
네임스페이스: Microsoft.Office.Interop.InfoPath
어셈블리: Microsoft.Office.Interop.InfoPath(microsoft.office.interop.infopath.dll)
구문
<TypeLibTypeAttribute(16)> _
<ComVisibleAttribute(False)> _
Public Delegate Sub _ApplicationEvents_WindowActivateEventHandler ( _
<InAttribute> pDocument As _XDocument, _
<InAttribute> pWindow As Window _
)
Dim instance As New _ApplicationEvents_WindowActivateEventHandler(AddressOf HandlerMethod)
[TypeLibTypeAttribute(16)]
[ComVisibleAttribute(false)]
public delegate void _ApplicationEvents_WindowActivateEventHandler (
[InAttribute] _XDocument pDocument,
[InAttribute] Window pWindow
)
매개 변수
- pDocument
- pWindow