EventCommandAdapter.RemoveInvoker Method

Removes the invoker from the adapter.

Namespace: Microsoft.Practices.CompositeUI.Commands
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Overrides Sub RemoveInvoker ( _
    invoker As Object, _
    eventName As String _
)
'Usage
Dim instance As EventCommandAdapter(Of TInvoker)
Dim invoker As Object
Dim eventName As String

instance.RemoveInvoker(invoker, eventName)
public override void RemoveInvoker (
    Object invoker,
    string eventName
)
public:
virtual void RemoveInvoker (
    Object^ invoker, 
    String^ eventName
) override
public void RemoveInvoker (
    Object invoker, 
    String eventName
)
public override function RemoveInvoker (
    invoker : Object, 
    eventName : String
)

Parameters

  • invoker
    The invoker object to remove.
  • eventName
    The name of the event on the invoker the adapter is listening to.

See Also

Reference

EventCommandAdapter Class
EventCommandAdapter Members
Microsoft.Practices.CompositeUI.Commands Namespace