Table of Contents
ClientSideOnCancel Property

Specifies the name of the client side JavaScript function to be executed when the button that is specified by CancelButton property or the close button located at dialog's header area is clicked.

Syntax
 public String ClientSideOnCancel { get; set; }
Remarks

See dialog client side event handler for details about prototype of the handler.

See Also