Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / InputMapActionSequence Class / ActionAddedListener Property


In This Topic
    ActionAddedListener Property (InputMapActionSequence)
    In This Topic
    Sets the listener. This is intended for the server to handle the added action.
    Syntax
    'Declaration
     
    
    Public Property ActionAddedListener As IActionAddedListener
    'Usage
     
    
    Dim instance As InputMapActionSequence
    Dim value As IActionAddedListener
     
    instance.ActionAddedListener = value
     
    value = instance.ActionAddedListener
    public IActionAddedListener ActionAddedListener {get; set;}
    See Also