eDriven Framework API
Show Method (title, message, flags, callback)
NamespaceseDriven.GuiAlertShow(String, String, AlertButtonFlag, Action<(Of <<'(String>)>>))
eDriven Framework API
Shows the alert
Declaration Syntax
C#Visual BasicVisual C++
public static void Show(
	string title,
	string message,
	AlertButtonFlag flags,
	Action<string> callback
)
Public Shared Sub Show ( _
	title As String, _
	message As String, _
	flags As AlertButtonFlag, _
	callback As Action(Of String) _
)
public:
static void Show(
	String^ title, 
	String^ message, 
	AlertButtonFlag flags, 
	Action<String^>^ callback
)
Parameters
title (String)
message (String)
flags (AlertButtonFlag)
callback (Action<(Of <(<'String>)>)>)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)