File: winforms\Managed\System\WinForms\SearchForVirtualItemEventHandler.cs | |
Project: ndp\fx\src\System.Windows.Forms.csproj (System.Windows.Forms) |
namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; /// <include file='doc\SearchForVirtualItemEventHandler.uex' path='docs/doc[@for="SearchForVirtualItemEventHandler"]/*' /> /// <devdoc> /// <para> /// Represents the method that will handle the SearchForVirtualItem event of a ListView. /// </para> /// </devdoc> public delegate void SearchForVirtualItemEventHandler(object sender, SearchForVirtualItemEventArgs e); } |