Evento LongListSelector.ItemUnrealized
Namespace: Microsoft.Phone.Controls
Assembly: Microsoft.Phone (em Microsoft.Phone.dll)
Sintaxe
'Declaração
Public Event ItemUnrealized As EventHandler(Of ItemRealizationEventArgs)
public event EventHandler<ItemRealizationEventArgs> ItemUnrealized
public:
event EventHandler<ItemRealizationEventArgs^>^ ItemUnrealized {
void add (EventHandler<ItemRealizationEventArgs^>^ value);
void remove (EventHandler<ItemRealizationEventArgs^>^ value);
}
member ItemUnrealized : IEvent<EventHandler<ItemRealizationEventArgs>,
ItemRealizationEventArgs>
Informações sobre versão
.NET para aplicativos do Windows Phone
Com suporte em: Windows Phone 8, Silverlight 8.1
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.