ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / SelectionChangingEventHandler Delegate

In This Topic
    SelectionChangingEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub SelectionChangingEventHandler( _
       ByVal source As Object, _
       ByVal e As SelectionChangingEventArgs _
    ) 
    public delegate void SelectionChangingEventHandler( 
       object source,
       SelectionChangingEventArgs e
    )

    Parameters

    source
    e
    See Also