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
Syntaxpublic Action<MessageBoxResult> Callback { get; set; }
Public Property Callback As Action(Of MessageBoxResult)
Get
Set
public:
property Action<MessageBoxResult>^ Callback {
Action<MessageBoxResult>^ get ();
void set (Action<MessageBoxResult>^ value);
}
member Callback : Action<MessageBoxResult> with get, set
Property Value
Type:
ActionMessageBoxResult
See Also