SIL.FieldWorks.IText.SandboxBase.InterlinComboHandler.InterlinComboHandlerActionComboItem.InterlinComboHandlerActionComboItem C# (CSharp) Method

InterlinComboHandlerActionComboItem() private method

private InterlinComboHandlerActionComboItem ( ITsString tssDisplay, EventHandler select ) : System
tssDisplay ITsString the tss used to display the text of the combo item.
select EventHandler the event delegate to be executed when this item is selected. By default, /// we send "this" InterlinComboHandlerActionComboItem as the event sender.
return System
				internal InterlinComboHandlerActionComboItem(ITsString tssDisplay, EventHandler select)
					: this(tssDisplay, select, 0, 0)
				{
				}

Same methods

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