ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1TileListView Class / OnSelectionChanging Method
The sender.
The System.EventArgs instance containing the event data.

In This Topic
    OnSelectionChanging Method (C1TileListView)
    In This Topic
    Called when the selection changing.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnSelectionChanging( _
       ByVal sender As Object, _
       ByVal e As C1.WPF.Core.SelectionChangedEventArgs(Of Integer) _
    ) 
    protected virtual void OnSelectionChanging( 
       object sender,
       C1.WPF.Core.SelectionChangedEventArgs<int> e
    )

    Parameters

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