Keyoti RapidSpell Desktop .NET API Docs
IDialogViewEventHandler Interface
APIKeyoti.RapidSpell.DialogViewsIDialogViewEventHandler
Keyoti RapidSpell Desktop .NET
Describes a class which can handle events from an IDialogView.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public interface IDialogViewEventHandler
public interface IDialogViewEventHandler
Public Interface IDialogViewEventHandler
Public Interface IDialogViewEventHandler
public interface class IDialogViewEventHandler
public interface class IDialogViewEventHandler
type IDialogViewEventHandler =  interface end
type IDialogViewEventHandler =  interface end
Members
All MembersMethods



IconMemberDescription
DialogView_AddButtonClick(Object, EventArgs)
The add button was clicked

DialogView_CancelButtonClick(Object, EventArgs)
The cancel button was clicked

DialogView_ChangeAllButtonClick(Object, EventArgs)
The change-all button was clicked

DialogView_ChangeButtonClick(Object, EventArgs)
The change button was clicked

DialogView_Closing(Object, CancelEventArgs)
The view is closing

DialogView_IgnoreAllButtonClick(Object, EventArgs)
The ignore all button was clicked

DialogView_IgnoreButtonClick(Object, EventArgs)
The ignore button was clicked

DialogView_Load(Object, EventArgs)
The view has loaded

DialogView_OptionsButtonClick(Object, EventArgs)
The options button was clicked

DialogView_QueryTextBoxEnter(Object, EventArgs)
Query textbox has been entered

DialogView_QueryTextBoxTextChanged(Object, EventArgs)
The text in the query textbox changed

DialogView_SuggestionsListDoubleClick(Object, EventArgs)
The user double clicked on a suggested item. Not mandatory to implement.

DialogView_UndoButtonClick(Object, EventArgs)
The undo button was clicked

DialogView_UserNeedsSuggestionsChanged(Object, EventArgs)
User has checked the "Find Suggestions" checkbox (if it exists).

Remarks
Call these methods when events occur in the IDialogView GUI, or hook them up as handlers directly.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412