SelectionChanged Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Occurs each time a user selects a different item in a list box.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Event SelectionChanged As SelectionChangedEventHandler
public event SelectionChangedEventHandler SelectionChanged
public:
 event SelectionChangedEventHandler^ SelectionChanged {
    void add (SelectionChangedEventHandler^ value);
    void remove (SelectionChangedEventHandler^ value);
}
member SelectionChanged : IEvent<SelectionChangedEventHandler,
    SelectionChangedEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

ListBox Class

Microsoft.SPOT.Presentation.Controls Namespace