HoverPanel.ClientCompleteHandler

The client script event handler function called when the remote call completes just before the result content is displayed. Allows modification of the content and possibly blocking of the content by returning false.

For more information see the HoverPanel client class and its callbackHandler method. The handler is passed the result from the callback and you can return false to stop rendering of the hover window.

public string ClientCompleteHandler { get; set; }

See also:

Class HoverPanel

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic