Panorama.SelectionChanged Event

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

Syntax

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

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Panorama Class

Microsoft.Phone.Controls Namespace