Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UpdatePanelTriggerCollection::SetItem Method (Int32, UpdatePanelTrigger^)

 

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

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual void SetItem(
	int index,
	UpdatePanelTrigger^ item
) override

Parameters

index
Type: System::Int32

The zero-based index of the trigger to replace.

item
Type: System.Web.UI::UpdatePanelTrigger^

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

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

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft