AsyncPostBackTrigger Constructor

Definition

Initializes a new instance of an AsyncPostBackTrigger class.

public:
 AsyncPostBackTrigger();
public AsyncPostBackTrigger ();
Public Sub New ()

Remarks

Add AsyncPostBackTrigger controls either by using the UpdatePanelTrigger Collection Editor dialog box in the designer or by creating a Triggers element declaratively in the UpdatePanel control.

Adding AsyncPostBackTrigger controls programmatically is not supported.

Applies to