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