C# Class SIL.FieldWorks.IText.SandboxBase.InterlinComboHandler.InterlinComboHandlerActionComboItem

encapsulates the common behavior of items in an InterlinComboHandler combo list.
Inheritance: HvoTssComboItem
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description
InterlinComboHandlerActionComboItem System
InterlinComboHandlerActionComboItem System

Méthodes protégées

Méthode Description
OnSelectItem ( ) : void

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

Private Methods

Méthode Description
InterlinComboHandlerActionComboItem ( ITsString tssDisplay, EventHandler select ) : System

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

Method Details

OnSelectItem() protected méthode

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