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

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

Private Properties

Property Type Description
InterlinComboHandlerActionComboItem System
InterlinComboHandlerActionComboItem System

Protected Methods

Method Description
OnSelectItem ( ) : void

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

Private Methods

Method Description
InterlinComboHandlerActionComboItem ( ITsString tssDisplay, EventHandler select ) : System

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

Method Details

OnSelectItem() protected method

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