Base class for a platform independant representation of a dialog screen.

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

Syntax

C#
public abstract class Dialog<eventArgsType> : Dialog<eventArgsType, Object> where eventArgsType : Dialog<eventArgsType>.EventArgs

Type Parameters

eventArgsType
The type of the eventargument class.

Remarks

Inheritance Hierarchy

System.Object
  inchl.Framework.Business.Dialog<eventArgsType, >
    inchl.Framework.Business.Dialog<(Of eventArgsType>)