C# Class SIL.FieldWorks.LexText.Controls.GoLinkRecordDlgListener

Inheritance: XCore.DlgListenerBase
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
OnDisplayGotoRecord ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnGotoRecord ( object argument ) : bool

Handles the xCore message to go to or link to a lexical entry.

Method Details

OnDisplayGotoRecord() public method

public OnDisplayGotoRecord ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
return bool

OnGotoRecord() public method

Handles the xCore message to go to or link to a lexical entry.
public OnGotoRecord ( object argument ) : bool
argument object The xCore Command object.
return bool