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

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