ListViewItemToKeyHandler Delegate

Definition

Represents the method that will handle callback for the GetRelativeScrollPosition method.

public delegate Platform::String ^ ListViewItemToKeyHandler(Platform::Object ^ item);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1794497142, 32395, 19089, 154, 86, 70, 12, 180, 125, 82, 63)]
class ListViewItemToKeyHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1794497142, 32395, 19089, 154, 86, 70, 12, 180, 125, 82, 63)]
public delegate string ListViewItemToKeyHandler(object item);
Public Delegate Function ListViewItemToKeyHandler(item As Object) As String 

Parameters

item
Object

Platform::Object

IInspectable

The ListView item.

Return Value

String

Platform::String

winrt::hstring

The key of the item.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to

See also