C# Class NLogViewer.UI.SafeListView

Inheritance: System.Windows.Forms.ListView
ファイルを表示 Open project: jkowalski/NLogViewer

Public Methods

Method Description
SafeListView ( ) : System

Protected Methods

Method Description
OnRetrieveVirtualItem ( System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void

Called when the control need a virtual item.

Method Details

OnRetrieveVirtualItem() protected method

Called when the control need a virtual item.
protected OnRetrieveVirtualItem ( System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void
e System.Windows.Forms.RetrieveVirtualItemEventArgs The event object the user needs to fill up.
return void

SafeListView() public method

public SafeListView ( ) : System
return System