UpdatePanelTriggerCollection.SetItem Method (Int32, UpdatePanelTrigger)
.NET Framework (current version)
Replaces the trigger at the specified index in the UpdatePanelTriggerCollection object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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
Available since 3.5
Show: