다음을 통해 공유


ContactDataProviderConnection.ServerSearchReadBatchRequested 이벤트

정의

연락처 데이터 클라이언트가 서버 쪽 검색 결과의 일괄 처리를 요청한 경우에 발생합니다.

// Register
event_token ServerSearchReadBatchRequested(TypedEventHandler<ContactDataProviderConnection, ContactListServerSearchReadBatchRequestEventArgs const&> const& handler) const;

// Revoke with event_token
void ServerSearchReadBatchRequested(event_token const* cookie) const;

// Revoke with event_revoker
ContactDataProviderConnection::ServerSearchReadBatchRequested_revoker ServerSearchReadBatchRequested(auto_revoke_t, TypedEventHandler<ContactDataProviderConnection, ContactListServerSearchReadBatchRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<ContactDataProviderConnection,ContactListServerSearchReadBatchRequestEventArgs> ServerSearchReadBatchRequested;
function onServerSearchReadBatchRequested(eventArgs) { /* Your code */ }
contactDataProviderConnection.addEventListener("serversearchreadbatchrequested", onServerSearchReadBatchRequested);
contactDataProviderConnection.removeEventListener("serversearchreadbatchrequested", onServerSearchReadBatchRequested);
- or -
contactDataProviderConnection.onserversearchreadbatchrequested = onServerSearchReadBatchRequested;
Public Custom Event ServerSearchReadBatchRequested As TypedEventHandler(Of ContactDataProviderConnection, ContactListServerSearchReadBatchRequestEventArgs) 

이벤트 유형

Windows 요구 사항

앱 기능
contactsSystem

적용 대상