SelectionChangedEventHandler Delegate

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

Handles a SelectionChanged event.

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

Syntax

'Declaration
Public Delegate Sub SelectionChangedEventHandler ( _
    sender As Object, _
    args As SelectionChangedEventArgs _
)
public delegate void SelectionChangedEventHandler(
    Object sender,
    SelectionChangedEventArgs args
)
public delegate void SelectionChangedEventHandler(
    Object^ sender, 
    SelectionChangedEventArgs^ args
)
type SelectionChangedEventHandler = 
    delegate of 
        sender:Object * 
        args:SelectionChangedEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.SPOT.Presentation.Controls Namespace