C# Class NLogViewer.UI.SafeListView

Inheritance: System.Windows.Forms.ListView
Afficher le fichier Open project: jkowalski/NLogViewer

Méthodes publiques

Méthode Description
SafeListView ( ) : System

Méthodes protégées

Méthode Description
OnRetrieveVirtualItem ( System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void

Called when the control need a virtual item.

Method Details

OnRetrieveVirtualItem() protected méthode

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.
Résultat void

SafeListView() public méthode

public SafeListView ( ) : System
Résultat System