ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListBox Class / OnSelectionChanged Method
The sender.
The System.EventArgs instance containing the event data.

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

    Parameters

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