Constructor. Initializes a new instance of the DialogEventArgs class.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Window.DialogEventArgs = function(domEvent);

Parameters

domEvent
Type: DomEvent
Points to the original DomEvent that was raised.

See Also