Fires when one of the caption buttons is clicked before the dialog window handles the operation.

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

Syntax

JavaScript
function add_buttonClicking(value);
function remove_buttonClicking(value);

Remarks

To cancel the action set the Cancel property of the ButtonClickingEventArgs object to true.

See Also