Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

CallbackPanel.ClientSideAfterUpdate Property

Client side event handler to be called after the callback panel has been updated.

[Visual Basic]
Public Property ClientSideAfterUpdate As String
[C#]
public String ClientSideAfterUpdate {get; set;}

Remarks

This event handler is to be distinguished from ClientSideAfterExecute. ClientSideAfterExecute is called after the new output has been received, but before it is applied; while this event handler is called after the new output is applied.

See Also

CallbackPanel Class | EO.Web Namespace


Direct link to this topic