Version

BeforeAsyncResponse Property

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

It can be the name of an implemented function or an explicit javascript statement(s). If the name of the 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.
That event can be canceled by oEvent.cancel=true;

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