Skip to main content
A newer version of this page is available. .

Messenger.ActionInvokerCollection.Unregister(Object, Object, Delegate, Type) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public void Unregister(
    object recipient,
    object token,
    Delegate action,
    Type messageType
)

Parameters

Name Type
recipient Object
token Object
action Delegate
messageType Type
See Also