다음을 통해 공유


_ApplicationEvents_XDocumentBeforeSaveEventHandler 대리자

이 대리자는 내부용으로 예약되어 있으며 사용자 코드에서 직접 사용하기 위한 것이 아닙니다.

네임스페이스: Microsoft.Office.Interop.InfoPath
어셈블리: Microsoft.Office.Interop.InfoPath(microsoft.office.interop.infopath.dll)

구문

<ComVisibleAttribute(False)> _
<TypeLibTypeAttribute(16)> _
Public Delegate Sub _ApplicationEvents_XDocumentBeforeSaveEventHandler ( _
    <InAttribute> pDocument As _XDocument, _
    <InAttribute> <OutAttribute> ByRef pfCancel As Boolean _
)

Dim instance As New _ApplicationEvents_XDocumentBeforeSaveEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
[TypeLibTypeAttribute(16)] 
public delegate void _ApplicationEvents_XDocumentBeforeSaveEventHandler (
    [InAttribute] _XDocument pDocument,
    [InAttribute] out bool pfCancel
)

매개 변수

  • pDocument
  • pfCancel

참고 항목

참조

Microsoft.Office.Interop.InfoPath 네임스페이스