Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListView Class / RetrieveVirtualItem Event


In This Topic
    RetrieveVirtualItem Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAction")>
    <SRDescriptionAttribute("ListViewRetrieveVirtualItemEventDescr")>
    Public Event RetrieveVirtualItem As System.Windows.Forms.RetrieveVirtualItemEventHandler
    'Usage
     
    
    Dim instance As NListView
    Dim handler As System.Windows.Forms.RetrieveVirtualItemEventHandler
     
    AddHandler instance.RetrieveVirtualItem, handler
    [SRCategory("CatAction")]
    [SRDescription("ListViewRetrieveVirtualItemEventDescr")]
    public event System.Windows.Forms.RetrieveVirtualItemEventHandler RetrieveVirtualItem
    Event Data

    The event handler receives an argument of type System.Windows.Forms.RetrieveVirtualItemEventArgs containing data related to this event. The following RetrieveVirtualItemEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the item retrieved from the cache.  
    Gets the index of the item to retrieve from the cache.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also