Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IActionAddedListener Interface / OnActionAdded Method
THe action added to the list


In This Topic
OnActionAdded Method (IActionAddedListener)
In This Topic
Called when an action is added to the actions list
Syntax
'Declaration
 
Sub OnActionAdded( _
   ByVal addedAction As InputMapAction _
) 
 
'Usage
 
Dim instance As IActionAddedListener
Dim addedAction As InputMapAction
 
instance.OnActionAdded(addedAction)

Parameters

addedAction
THe action added to the list
See Also