Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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