Table of Contents
ClientSideOnEnd Property

Specifies the name of the client side JavaScript function to be executed when the dialog closes.

Syntax
 public String ClientSideOnEnd { get; set; }
Remarks

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

See Also