C# 클래스 Xwt.Dialog.WindowBackendHost

상속: Xwt.Window.WindowBackendHost, ICollectionListener, IDialogEventSink
파일 보기 프로젝트 열기: antmicro/xwt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ItemAdded ( object collection, object item ) : void
ItemRemoved ( object collection, object item ) : void
OnCloseRequested ( ) : bool
OnDialogButtonClicked ( DialogButton btn ) : void

보호된 메소드들

메소드 설명
GetDefaultEnabledEvents ( ) : System.Collections.Generic.IEnumerable

메소드 상세

GetDefaultEnabledEvents() 보호된 메소드

protected GetDefaultEnabledEvents ( ) : System.Collections.Generic.IEnumerable
리턴 System.Collections.Generic.IEnumerable

ItemAdded() 공개 메소드

public ItemAdded ( object collection, object item ) : void
collection object
item object
리턴 void

ItemRemoved() 공개 메소드

public ItemRemoved ( object collection, object item ) : void
collection object
item object
리턴 void

OnCloseRequested() 공개 메소드

public OnCloseRequested ( ) : bool
리턴 bool

OnDialogButtonClicked() 공개 메소드

public OnDialogButtonClicked ( DialogButton btn ) : void
btn DialogButton
리턴 void