ListViewKeyToItemHandler ListViewKeyToItemHandler ListViewKeyToItemHandler ListViewKeyToItemHandler Delegate

Definition

Represents the asynchronous method that will handle callback for the SetRelativeScrollPositionAsync method.

public : delegate IAsyncOperation<PlatForm::Object> ListViewKeyToItemHandler(PlatForm::String key)public delegate IAsyncOperation<object> ListViewKeyToItemHandler(String key)Public Delegate ListViewKeyToItemHandler(key As String)// This API is not available in Javascript.
Parameters
key
PlatForm::String String String String

The key of the ListView item.

Return Value
Windows.Foundation.IAsyncOperation<object>

An asynchronous operation that, upon successful completion, returns the ListView item represented by the specified key.

Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)