C# 클래스 Gtk.DataBindings.DataSpecComboBox

상속: Gtk.ComboBox, IAdaptableControl, IPostableControl
파일 보기 프로젝트 열기: QualitySolution/QSProjects

Private Properties

프로퍼티 타입 설명
AppendEnumItem void
OnEnumItemSelected void
ResetLayout void

공개 메소드들

메소드 설명
CallAdaptorGetData ( object aSender ) : void

Calls ControlAdaptors method to transfer data, so it can be wrapped into widget specific things and all checkups

DataSpecComboBox ( ) : System
GetDataFromDataSource ( object aSender ) : void

Notification method activated from Adaptor

PutDataToDataSource ( object aSender ) : void

Updates parent object to DataSource object

보호된 메소드들

메소드 설명
OnChanged ( ) : void

비공개 메소드들

메소드 설명
AppendEnumItem ( FieldInfo info ) : void
OnEnumItemSelected ( ) : void
ResetLayout ( ) : void

Обновляет данные виджета

메소드 상세

CallAdaptorGetData() 공개 메소드

Calls ControlAdaptors method to transfer data, so it can be wrapped into widget specific things and all checkups
public CallAdaptorGetData ( object aSender ) : void
aSender object /// Sender object ///
리턴 void

DataSpecComboBox() 공개 메소드

public DataSpecComboBox ( ) : System
리턴 System

GetDataFromDataSource() 공개 메소드

Notification method activated from Adaptor
public GetDataFromDataSource ( object aSender ) : void
aSender object /// Object that made change ///
리턴 void

OnChanged() 보호된 메소드

protected OnChanged ( ) : void
리턴 void

PutDataToDataSource() 공개 메소드

Updates parent object to DataSource object
public PutDataToDataSource ( object aSender ) : void
aSender object
리턴 void