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

ActionReferenceType Enum

Lists a reference type of a Messenger action that is invoked when a view recieves the specified message.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum ActionReferenceType

Members

Name Description
WeakReference

The Messenger‘s action is stored as a weak reference.

StrongReference

The Messenger‘s action is stored as a strong reference.

See Also