ListViewItemToKeyHandler
ListViewItemToKeyHandler
ListViewItemToKeyHandler
ListViewItemToKeyHandler
Delegate
Definition
Represents the method that will handle callback for the GetRelativeScrollPosition method.
public : delegate PlatForm::String ListViewItemToKeyHandler(PlatForm::Object item)public delegate string ListViewItemToKeyHandler(Object item)Public Delegate ListViewItemToKeyHandler(item As Object)// This API is not available in Javascript.
Parameters
- item
- PlatForm::Object Object Object Object
The ListView item.
Return Value
- string
The key of the item.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|