C# 클래스 SIL.FieldWorks.IText.SandboxBase.InterlinComboHandler.InterlinComboHandlerActionComboItem

encapsulates the common behavior of items in an InterlinComboHandler combo list.
상속: HvoTssComboItem
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
InterlinComboHandlerActionComboItem System
InterlinComboHandlerActionComboItem System

보호된 메소드들

메소드 설명
OnSelectItem ( ) : void

Do OnSelect if defined, and this item is enabled. By default, we send "this" InterlinComboHandlerActionComboItem as the event sender.

비공개 메소드들

메소드 설명
InterlinComboHandlerActionComboItem ( ITsString tssDisplay, EventHandler select ) : System

InterlinComboHandlerActionComboItem ( ITsString tssDisplay, EventHandler select, int hvoPrimary, int tag ) : System

메소드 상세

OnSelectItem() 보호된 메소드

Do OnSelect if defined, and this item is enabled. By default, we send "this" InterlinComboHandlerActionComboItem as the event sender.
protected OnSelectItem ( ) : void
리턴 void