Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TileListBox Class / OnSelectionChanged Method
The sender.
The System.EventArgs instance containing the event data.

In This Topic
    OnSelectionChanged Method (C1TileListBox)
    In This Topic
    Called when the selection changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSelectionChanged( _
       ByVal sender As Object, _
       ByVal e As SelectionChangedEventArgs(Of Integer) _
    ) 
    protected virtual void OnSelectionChanged( 
       object sender,
       SelectionChangedEventArgs<int> e
    )

    Parameters

    sender
    The sender.
    e
    The System.EventArgs instance containing the event data.
    See Also