C# 클래스 KeePass.UI.AsyncPwListUpdate

파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SetItemText ( string strText, LviUpdInfo lui ) : void
SprCompileFn ( string strText, PwListItem li ) : string
UpdateItemFn ( object state ) : void

메소드 상세

AsyncPwListUpdate() 공개 메소드

public AsyncPwListUpdate ( ListView lv ) : System
lv System.Windows.Forms.ListView
리턴 System

CancelPendingUpdatesAsync() 공개 메소드

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
리턴 void

Queue() 공개 메소드

public Queue ( string strText, PwListItem li, int iIndexHint, int iSubItem, PwTextUpdateDelegate f ) : void
strText string
li PwListItem
iIndexHint int
iSubItem int
f PwTextUpdateDelegate
리턴 void

WaitAll() 공개 메소드

public WaitAll ( ) : void
리턴 void