Creates an userinterface screen representing this instance and displays it as an embedded modal screen.

Namespace: inchl.Framework.Business
Assembly:   inchl.Framework.Business (in inchl.Framework.Business.dll)

Syntax

C#
public void EmbedDialog (
	EventHandler<eventArgsType> handler,
	Object context
)

Parameters

handler
System.EventHandler<(Of TEventArgs>)
The method that handles the close-event of the userinterface screen.
context
System.Object
The context for events being raised by this instance.