LongListSelector.ItemRealized Event

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event ItemRealized As EventHandler(Of ItemRealizationEventArgs)
public event EventHandler<ItemRealizationEventArgs> ItemRealized
public:
 event EventHandler<ItemRealizationEventArgs^>^ ItemRealized {
    void add (EventHandler<ItemRealizationEventArgs^>^ value);
    void remove (EventHandler<ItemRealizationEventArgs^>^ value);
}
member ItemRealized : IEvent<EventHandler<ItemRealizationEventArgs>,
    ItemRealizationEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

LongListSelector Class

Microsoft.Phone.Controls Namespace