File: winforms\Managed\System\WinForms\ListViewVirtualItemsSelectionRangeChangedEventHandler.cs
Project: ndp\fx\src\System.Windows.Forms.csproj (System.Windows.Forms)
//------------------------------------------------------------------------------------------------
// <copyright file="ListViewVirtualItemsSelectionRangeChangedEventHandler.cs" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright>                                                                
//------------------------------------------------------------------------------------------------
 
namespace System.Windows.Forms
{
    /// <include file='doc\ListViewVirtualItemsSelectionRangeChangedEventHandler.uex' path='docs/doc[@for="ListViewVirtualItemsSelectionRangeChangedEventHandler"]/*' />
    /// <devdoc>
    ///    <para>
    ///       Represents the method that will
    ///       handle the <see langword='VirtualItemsSelectionRangeChanged'/> event of a
    ///       <see cref='System.Windows.Forms.ListView'/>.
    ///    </para>
    /// </devdoc>
    public delegate void ListViewVirtualItemsSelectionRangeChangedEventHandler(object sender, ListViewVirtualItemsSelectionRangeChangedEventArgs e);
}