ComponentOne FinancialChart for WPF
Show(String,Action<MessageBoxResult>) Method



C1.WPF Namespace > C1MessageBox Class > Show Method : Show(String,Action<MessageBoxResult>) Method
The text to display as a message.
An Action which is called with the result of the message box.
Displays a message box that has a message and calls back with the result.
Syntax
'Declaration
 
Public Overloads Shared Sub Show( _
   ByVal message As String, _
   ByVal callback As Action(Of MessageBoxResult) _
) 
'Usage
 
Dim message As String
Dim callback As Action(Of MessageBoxResult)
 
C1MessageBox.Show(message, callback)
public static void Show( 
   string message,
   Action<MessageBoxResult> callback
)
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.
See Also

Reference

C1MessageBox Class
C1MessageBox Members
Overload List