UpdatePanelTriggerCollection(UpdatePanel) Constructor

Definition

Initializes a new instance of the UpdatePanelTrigger collection class.

public:
 UpdatePanelTriggerCollection(System::Web::UI::UpdatePanel ^ owner);
public UpdatePanelTriggerCollection (System.Web.UI.UpdatePanel owner);
new System.Web.UI.UpdatePanelTriggerCollection : System.Web.UI.UpdatePanel -> System.Web.UI.UpdatePanelTriggerCollection
Public Sub New (owner As UpdatePanel)

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.

Applies to