OnIsSelectedChanged Method

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

Called when the Selected state of the ListBoxItem changes.

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

Syntax

'Declaration
Protected Friend Overridable Sub OnIsSelectedChanged ( _
    isSelected As Boolean _
)
protected internal virtual void OnIsSelectedChanged(
    bool isSelected
)
protected public:
virtual void OnIsSelectedChanged(
    bool isSelected
)
abstract OnIsSelectedChanged : 
        isSelected:bool -> unit 
override OnIsSelectedChanged : 
        isSelected:bool -> unit 
 function OnIsSelectedChanged(
    isSelected : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ListBoxItem Class

Microsoft.SPOT.Presentation.Controls Namespace