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.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

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