Click or drag to resize

IViewDialogMessageCallback Property

Gets or sets the callback called when a View is closed.

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

Property Value

Type: ActionNullableBoolean
See Also