Table of Contents

Method ShowInformation

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

ShowInformation(string, bool)

Shows an information dialog with the specified information.

public void ShowInformation(string information, bool openAsync = true)

Parameters

information string

The information to display.

openAsync bool

Indicates whether to open the dialog asynchronously.

ShowInformation(string, string, bool)

Shows an information dialog with the specified information and title.

public void ShowInformation(string information, string title, bool openAsync = true)

Parameters

information string

The information to display.

title string

The title of the dialog.

openAsync bool

Indicates whether to open the dialog asynchronously.