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


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

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

    PropertyDescription
    Gets the ending index for the range of values needed by a System.Windows.Forms.ListView control in virtual mode.  
    Gets the starting index for a range of values needed by a System.Windows.Forms.ListView control in virtual mode.  
    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