Click or drag to resize

IApiEntityShowMessage Method

Method to display a message. The message is displayed if the UI has connected to the ShowMessage event

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
void ShowMessage(
	IShowMessageEventArgs args
)

Parameters

args
Type: EBP.Api.Interfaces.MessageHubIShowMessageEventArgs
The ShowMessageEventArgs that contains the event data
See Also