C# Class KeePass.UI.AsyncPwListUpdate

Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
AsyncPwListUpdate ( ListView lv ) : System
CancelPendingUpdatesAsync ( ) : void

Cancel all pending updates. This method is asynchronous, i.e. it returns immediately and the number of queued updates will decrease continually.

Queue ( string strText, PwListItem li, int iIndexHint, int iSubItem, PwTextUpdateDelegate f ) : void
WaitAll ( ) : void

Private Methods

Méthode Description
SetItemText ( string strText, LviUpdInfo lui ) : void
SprCompileFn ( string strText, PwListItem li ) : string
UpdateItemFn ( object state ) : void

Method Details

AsyncPwListUpdate() public méthode

public AsyncPwListUpdate ( ListView lv ) : System
lv System.Windows.Forms.ListView
Résultat System

CancelPendingUpdatesAsync() public méthode

Cancel all pending updates. This method is asynchronous, i.e. it returns immediately and the number of queued updates will decrease continually.
public CancelPendingUpdatesAsync ( ) : void
Résultat void

Queue() public méthode

public Queue ( string strText, PwListItem li, int iIndexHint, int iSubItem, PwTextUpdateDelegate f ) : void
strText string
li PwListItem
iIndexHint int
iSubItem int
f PwTextUpdateDelegate
Résultat void

WaitAll() public méthode

public WaitAll ( ) : void
Résultat void