C# 클래스 ThreadedBindingList, code

Provides a version of BindingList that updates on the class-creating thread (via its sync context), as opposed to updating on the thread that caused the change Based on work by Greg Schmitz (see http://groups.google.co.uk/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/214e55884b16f4d9/f12a3c5980567f06#f12a3c5980567f06)
상속: BindingList
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

보호된 메소드들

메소드 설명
OnAddingNew ( AddingNewEventArgs, e ) : void
OnListChanged ( ListChangedEventArgs, e ) : void

비공개 메소드들

메소드 설명
BaseAddingNew ( AddingNewEventArgs, e ) : void
BaseListChanged ( ListChangedEventArgs, e ) : void

메소드 상세

OnAddingNew() 보호된 메소드

protected OnAddingNew ( AddingNewEventArgs, e ) : void
e AddingNewEventArgs,
리턴 void

OnListChanged() 보호된 메소드

protected OnListChanged ( ListChangedEventArgs, e ) : void
e ListChangedEventArgs,
리턴 void