Table of Contents

Delegate ShowMessageBoardDelegate

Namespace
Hi.Common.Messages
Assembly
HiGeom.dll

Delegate for showing message board notifications.

public delegate void ShowMessageBoardDelegate(string title, string message, BootstrapTheme bootstrapThemeColor)

Parameters

title string

Title of the message

message string

Content of the message

bootstrapThemeColor BootstrapTheme

Theme color for the message

Extension Methods