언어

ReceiveContentHandler 대리자

정의

보기에 전달된 콘텐츠를 수신하고 미해결 콘텐츠를 반환하는 콜백을 나타냅니다.

public delegate Android.Views.ContentInfo? ReceiveContentHandler(View view, ContentInfo payload);
type ReceiveContentHandler = delegate of View * ContentInfo -> ContentInfo

매개 변수

view
View

뷰에 사용되는 값입니다.

payload
ContentInfo

페이로드에 사용되는 값입니다.

반환 값

수신 콘텐츠 처리기 작업의 결과입니다.

적용 대상