'Declaration
Public Overloads Shared Sub Show( _ ByVal message As String, _ ByVal callback As Action(Of MessageBoxResult) _ )
public static void Show( string message, Action<MessageBoxResult> callback )
Parameters
- message
- The text to display as a message.
- callback
- An Action which is called with the result of the message box.