Keyoti RapidSpell Silverlight API Docs
ActionPerformed Method (sender, e)
APIKeyoti.RapidSpellRapidSpellGUIPresenterActionPerformed(Object, EventArgs)
Keyoti RapidSpell Silverlight
Listen to GUI events and perform actions depending on the button sending the event.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use DialogView_* methods instead.", true)]
protected virtual void ActionPerformed(
	Object sender,
	EventArgs e
)
<ObsoleteAttribute("Use DialogView_* methods instead.", true)> 
Protected Overridable Sub ActionPerformed ( 
	sender As Object,
	e As EventArgs
)
protected:
[ObsoleteAttribute(L"Use DialogView_* methods instead.", true)]
virtual void ActionPerformed(
	Object^ sender, 
	EventArgs^ e
)
[<ObsoleteAttribute("Use DialogView_* methods instead.", true)>]
abstract ActionPerformed : 
        sender : Object * 
        e : EventArgs -> unit 
[<ObsoleteAttribute("Use DialogView_* methods instead.", true)>]
override ActionPerformed : 
        sender : Object * 
        e : EventArgs -> unit 
Parameters
sender (Object)
e (EventArgs)

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)