ReceiveContentHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a callback that receives content delivered to a view and returns any unconsumed content.
public delegate Android.Views.ContentInfo? ReceiveContentHandler(View view, ContentInfo payload);
type ReceiveContentHandler = delegate of View * ContentInfo -> ContentInfo
Parameters
- view
- View
The value used for view.
- payload
- ContentInfo
The value used for payload.
Return Value
The result of the receive content handler operation.