Click or drag to resize

DialogMessageCallback Property

Gets or sets a callback method that should be executed to deliver the result of the message box to the object that sent the message.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public Action<MessageBoxResult> Callback { get; set; }

Property Value

Type: ActionMessageBoxResult
See Also