UpdatePanelTriggerCollection.SetItem(Int32, UpdatePanelTrigger) Method

Definition

Replaces the trigger at the specified index in the UpdatePanelTriggerCollection object.

protected override void SetItem(int index, System.Web.UI.UpdatePanelTrigger item);

Parameters

index
Int32

The zero-based index of the trigger to replace.

item
UpdatePanelTrigger

The new value for the trigger at the specified index. The value can be null for reference types.

Remarks

You can replace an element in the UpdatePanelTriggerCollection object with an AsyncPostBackTrigger object, a PostBackTrigger object, or any custom trigger that derives from UpdatePanelTrigger.

Applies to

Produkt Wersje
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also