Share via


LoadingEventHandler 대리자

양식의 Loading 이벤트를 처리하는 메서드를 나타냅니다.

네임스페이스:  Microsoft.Office.InfoPath
어셈블리:  Microsoft.Office.InfoPath(Microsoft.Office.InfoPath.dll)

구문

‘선언
Public Delegate Sub LoadingEventHandler ( _
    sender As Object, _
    e As LoadingEventArgs _
)
‘사용 방법
Dim instance As New LoadingEventHandler(AddressOf HandlerMethod)
public delegate void LoadingEventHandler(
    Object sender,
    LoadingEventArgs e
)

매개 변수

주의

중요

LoadingEventHandler 대리자를 사용하며 Loading 이벤트와 연결된 이벤트 처리기의 기본 코드는 Microsoft InfoPath 2010 사용자 인터페이스에서만 추가되어야 합니다. InfoPath 디자인 모드에서 이벤트 처리기를 추가하는 방법에 대한 자세한 내용은 방법: 이벤트 처리기 추가를 참조하십시오.

이 형식 또는 멤버는 Microsoft InfoPath Filer 또는 웹 브라우저에서 연 양식에서 실행되는 코드에서 액세스할 수 있습니다.

LoadingEventHandler 대리자 사용에 관한 예제를 보려면 FormEvents 클래스의 Loading 이벤트 예제 코드를 참조하십시오.

참고 항목

참조

Microsoft.Office.InfoPath 네임스페이스