Compartilhar via


ItemClickEventHandler Delegar

Definição

Representa o método que manipulará um evento ItemClick .

public delegate void ItemClickEventHandler(Platform::Object ^ sender, ItemClickEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1039585614, 57738, 19061, 147, 149, 98, 124, 95, 60, 212, 137)]
class ItemClickEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1039585614, 57738, 19061, 147, 149, 98, 124, 95, 60, 212, 137)]
public delegate void ItemClickEventHandler(object sender, ItemClickEventArgs e);
Public Delegate Sub ItemClickEventHandler(sender As Object, e As ItemClickEventArgs)

Parâmetros

sender
Object

Platform::Object

IInspectable

O objeto em que o manipulador está anexado.

e
ItemClickEventArgs

Os dados de evento do evento.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)

Aplica-se a