Constructor. Initializes a new instance of the ButtonClickingEventArgs class.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1Window.ButtonClickingEventArgs = function(domEvent, action);

Parameters

domEvent
Type: DomEvent
Points to the original DomEvent that was raised.
action
Type: C1.Web.UI.Controls.C1Window..::..ButtonAction
One of the ButtonAction values that specifies the button that generated the event.

See Also