Version

AfterAsyncResponse Property

Event fired after the html was modified due to a response from hidden asynchronous post back.
Syntax
'Declaration
 
Public Property AfterAsyncResponse As String
public string AfterAsyncResponse {get; set;}
Remarks

It can be the name of an implemented function or an explicit javascript statement(s). If the name of function is used, then that event handler may contain 3 parameters.

  1. The reference to the JavaScript object that represents UltraWebTab.
  2. Not used.
  3. The reference to the ig_EventObject object.
This event can not be canceled.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also