Syntax
CSharp
public UpdatePanelTriggerCollection (
UpdatePanel owner
)
VisualBasic
ManagedCPlusPlus
public:
UpdatePanelTriggerCollection (
UpdatePanel^ owner
)
JSharp
public UpdatePanelTriggerCollection (
UpdatePanel owner
)
Parameters
- owner (UpdatePanel)
The UpdatePanel control that the UpdatePanelTriggerCollection belongs to.
Remarks
You typically add triggers to an UpdatePanel control by using the UpdatePanelTrigger Collection Editor in the designer or by adding them declaratively as <Triggers> elements inside the UpdatePanel control.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)