Specifies the name of the client side JavaScript function to be executed when the button that is specified by AcceptButton property is clicked.
[Visual Basic]
Public Property ClientSideOnAccept As
String
[C#]
public
String ClientSideOnAccept {get; set;}
Remarks
See dialog client side event handler for details about prototype of the handler.
See Also
Dialog Class | EO.Web Namespace